Edit a scene
curl --request POST \
--url https://api.gizmo.antimlabs.com/v1/scenes/{scene_id}/edit \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"model": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Scenes
Edit a scene
Apply a natural language edit to an existing scene. The AI agent interprets your instruction and modifies the scene graph accordingly.
Returns a job_id โ poll or stream for progress.
POST
/
v1
/
scenes
/
{scene_id}
/
edit
Edit a scene
curl --request POST \
--url https://api.gizmo.antimlabs.com/v1/scenes/{scene_id}/edit \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"model": "<string>"
}
'{
"error": {
"code": "<string>",
"message": "<string>",
"status": 123
}
}Headers
Path Parameters
Body
application/json
Response
Edit job created
โI