Overview
Complete overview of the 3D AI Studio REST API. Generate 3D models, AI images, textures, and more programmatically with async endpoints and JSON responses.
What is the 3D AI Studio API?
The 3D AI Studio API gives you programmatic access to our full suite of AI-powered 3D and image generation tools. Integrate text-to-3D, image-to-3D, AI image generation, image editing, and more directly into your own applications, pipelines, and workflows.
What You Can Build
Use the API to automate asset creation for games, e-commerce, AR/VR, architecture, and design. Generate 3D models from text prompts or reference images, create and edit images with AI, and manage everything through a simple REST interface.
Available Capabilities
| Capability | Description |
|---|---|
| 3D Generation | Generate 3D models from text prompts or reference images. Available in Pro and Rapid editions. |
| Image Generation | Generate images from text prompts. |
| Image Editing | Edit existing images with natural language instructions. |
| Tools | Convert formats, render 3D models, repair meshes, optimize and compress models, and bake textures. |
| Flows | Ready made workflows for specific use cases, such as turning a photo into a 3D miniature figurine. |
| Wallet & Credits | Check your credit balance, purchase credits, and track spending. |
How It Works
All generation requests are asynchronous. You submit a request and receive a task ID, then poll the status endpoint until the result is ready. This allows the API to handle long-running AI workloads without blocking your application.
1. POST /v1/images/gemini/3/pro/generate/ → { "task_id": "abc-123" }
2. GET /v1/generation-request/abc-123/status/
3. Poll until status is "FINISHED" → results with download URLsCredit System
Every API request that triggers a generation costs credits. Credits can be purchased through the API dashboard or via the Stripe checkout endpoint. Purchased credits expire after 365 days. Your current balance is always available through the wallet endpoint.
Quick Links
| Section | What You'll Find |
|---|---|
| Getting Started | Base URL, authentication, request format, and rate limits. |
| Wallet & Credits | How to check your balance and understand billing. |
| 3D Generation | Text-to-3D and Image-to-3D endpoints and parameters. |
| Images | Image generation and editing endpoints and parameters. |
| Tools | Format conversion, rendering, mesh repair, optimization, and texture baking. |
| Flows | Multi step workflows like the Miniature Figurine flow. |