Skip to main content
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

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

Path Parameters

scene_id
string
required

Body

application/json

Request body for scene editing.

prompt
string
required

Edit instruction

Minimum string length: 1
Example:

"Add a conveyor belt along the north wall"

model
string | null

Override the default LLM model

Response

Edit job created