Overview

3D AI Studio

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

CapabilityDescription
3D GenerationGenerate 3D models from text prompts or reference images. Available in Pro and Rapid editions.
Image GenerationGenerate images from text prompts.
Image EditingEdit existing images with natural language instructions.
ToolsConvert formats, render 3D models, repair meshes, optimize and compress models, and bake textures.
FlowsReady made workflows for specific use cases, such as turning a photo into a 3D miniature figurine.
Wallet & CreditsCheck 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.

Request
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 URLs

Credit 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

SectionWhat You'll Find
Getting StartedBase URL, authentication, request format, and rate limits.
Wallet & CreditsHow to check your balance and understand billing.
3D GenerationText-to-3D and Image-to-3D endpoints and parameters.
ImagesImage generation and editing endpoints and parameters.
ToolsFormat conversion, rendering, mesh repair, optimization, and texture baking.
FlowsMulti step workflows like the Miniature Figurine flow.