type: user_created. The scene_id is always assigned server-side.
Endpoint
string
required
Your API key.
Request Body
string
required
Display name for the scene. Minimum 5 characters.
array
required
One or more full model identifiers that this scene supports (e.g.
["estudjo/economic-video"]). At least one entry is required.array
required
One or more category slugs to associate with this scene (e.g.
["womens-clothing"]). At least one entry is required.string
required
The scene prompt. Cannot be empty. HTML is automatically converted to Markdown on ingestion.
string
A short, optional description of the scene.
Example Request
Response
200 — Success
string
Display name of the newly created scene.
string
Server-generated UUID for the new scene. Use this to reference the scene in future requests.
string
Always
user_created for scenes you create.scene_id is always generated server-side — you cannot specify or predict it at creation time.