Request
Make aPOST
request to below endpoint and pass the required parameters as a request body.
Body
Body
API key for request authorization
Text prompt to describe the 3D model to generate
Resolution of the generated 3D model
x <= 512
Format of the generated 3D model
obj
, stl
, ply
, glb
Whether to render a NeRF video of the generated 3D model
Text to exclude specific elements from the generated model
Balances the adherence to the prompt versus creativity in the generation
Number of steps for generating the 3D model
Strength of style-space guidance for refinement
Number of steps for style-space sampling
1 <= x <= 50
Strength of slat guidance for model details
0 <= x <= 10
Number of steps for slat guidance sampling
1 <= x <= 50
Degree of mesh simplification to optimize the output model
0.9 <= x <= 0.98
Ratio of the foreground size to the overall image size
Removes the background from the generated model if enabled
Size of processing chunks (affects VRAM usage)
x <= 12000
Random seed for reproducibility; 0 generates a random seed
Save output files in a temporary directory when set to 'yes'
yes
, no
Webhook URL for completion notification
Custom tracking ID for the request
Response
3D generation response
- Option 1
- Option 2
success
Time taken to generate the 3D model in seconds
Unique identifier for the generation request
Array of URLs to the generated 3D files
Array of proxy URLs for the generated 3D files
Metadata about the generation process and parameters used