Skip to main content
POST
Generate an asset

Headers

authorization
string | null
x-gizmo-service-token
string | null
x-gizmo-user-id
string | null
x-gizmo-convex-user-id
string | null

Body

application/json

Request body for asset generation.

prompt
string
required

Natural language description of the asset

Minimum string length: 1
Example:

"A 6-DOF robotic arm with gripper end-effector"

scene_id
string | null

Target scene ID. If omitted, a default scene is created.

model
string | null

Override the default LLM model

asset_pipeline
enum<string>
default:auto

Geometry pipeline

Available options:
auto,
gizmo,
cad
reference_image_urls
string[]

Up to 3 http(s) image URLs grounding the asset's geometry/texture

Maximum array length: 3
persist
boolean
default:true

Whether to persist to S3

Response

Job created