Documentation· v1

Everything You Need to Build with Outbaksho

Explore comprehensive documentation, API references, SDKs, tutorials, and integration guides to start building AI-powered 3D applications with confidence.

Search guides, endpoints, SDKs…
IncludesGuidesAPI ReferenceSDKsTutorials
docs.outbaksho.com/quickstart
DocsGetting Started

Quickstart

Generate your first 3D model in under a minute.

bash

curl -X POST /v1/generate

-d '{ prompt: "drone" }'

→ 200 · job.queued

On this page

  • Overview
  • Send a request
  • Handle the response
Realistic developer workspace showing Outbaksho documentation and 3D asset previews
Docs · Live

One platform

Built for developers,
creators & teams.

Documentation Overview

Learn, Build, and Integrate

The Outbaksho Documentation provides developers, creators, and enterprise teams with everything needed to use the platform effectively. From getting started to advanced API integration, you'll find practical guides, code examples, and best practices to accelerate your development workflow.

Learn

Step 01

Practical guides and concepts that get you from zero to your first 3D generation.

Build

Step 02

Code examples and best practices to craft high-quality assets and workflows.

Integrate

Step 03

Endpoint references and SDKs to embed Outbaksho anywhere in your stack.

One workflow · start to ship
Explore the Docs

Quickstart, reference & more

Everything you need to go from your first request to a production integration — navigate it from the sidebar.

01

Quick Start Guide

Get started in 4 steps

01

Create your Outbaksho account.

02

Generate an API key from your developer dashboard.

03

Send your first API request or create a 3D model through the web platform.

04

Download or integrate your generated assets into your workflow.

02

Example API Request

Generate a 3D Model

POST/v1/generate/text-to-3d
Example RequestJSON
01{
02"prompt": "A futuristic delivery drone
03 with four propellers",
04"quality": "high",
05"format": "glb"
06}
Example Response200 OK
01{
02"job_id": "job_12345",
03"status": "processing",
04"estimated_time": "90 seconds"
05}
03

Authentication

Authorize your requests

Secure every API request using your unique API key.

Authorization:BearerYOUR_API_KEY
04

Supported File Formats

Works with your pipeline

Import

6 formats

.obj.fbx.glb.gltf.stl.usd

Export

7 formats

.glb.gltf.fbx.obj.stl.usd.usdz
Frequently Asked Questions/ 04

Documentation questions

Everything you need to know about keys, SDKs, examples, and support.

Need More Help?

We're here to help you ship

Can't find what you're looking for? Our technical support team and developer resources are here to help you integrate Outbaksho successfully.

Help CenterDeveloper resourcesCommunity
help.sh

obk docs search "webhooks"

→ 4 guides · 12 references

obk support --open

→ connected to a human

Guides
API Reference
SDKs
Support