Text to 3D Simulation
Simulation APIs
Text to 3D Simulation
Create immersive 3D simulations from natural language descriptions
POST
Text to 3D Simulation
Overview
The Text to 3D Simulation API transforms natural language prompts into fully interactive 3D simulations. This endpoint leverages advanced AI to interpret your description and generate a complete simulation environment with actors, terrain, and dynamic elements.Authentication
Request Body
Natural language description of the simulation you want to create. Be specific about the environment, actors, and scenarios you envision.
Optional webhook URL to receive notifications when the simulation is complete. Must be a valid HTTPS URL.
Optional simulation settings to customize the generation process.
Example Requests
Response
Unique identifier for the created simulation (“id”)
URL-friendly slug for the simulation, useful in web UIs
Current status of the simulation:
queued, processing, completed, failedISO 8601 timestamp when the simulation was created
Absolute URL to poll build status
Absolute URL to fetch completed simulation data (null until
status == completed)Example Response
Status Codes
Simulation successfully queued for processing
Invalid request parameters or malformed prompt
Invalid or missing API key
Rate limit exceeded
Server error during simulation creation
Error Response
Webhook Notifications
If you provide awebhook_url, you’ll receive POST notifications at key simulation milestones:
Simulation Started
Simulation Completed
Simulation Failed
Next Steps
- Check simulation status using the Status API
- Retrieve completed results with the Results API
- Learn about Risk Analysis for safety assessments