Scenes

Create a new private scene

post/v1/scenes

Request body

namestring required
descriptionstring required
contextPromptstring required
coverImagestring
genrestring

Response

Scene created successfully

idstring required
namestring required
descriptionstring required
coverImagestring
avatarUrlstring

CDN URL of the scene avatar icon

genrestring
isPublicboolean required
status'DRAFT' | 'IN_QUEUE' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMED_OUT' required

Current status of the scene

isNewboolean required

Whether the scene was created within the last 30 days

createdAtstring date-time required
updatedAtstring date-time required

Example response

{
  "isNew": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.