Scenes (Express Avatars)

Create an Express Avatar

post/scenes/avatars

Request body

source_urlstring required
consent_idstring

Unique identifier of a valid consent video

namestring

A name for the avatar

webhookstring
user_datastring
is_greenscreenboolean

Whether the video is a green screen video

Example request

{
  "source_url": "https://path.to.directory/movie.mp4"
}

Response

Created

idstring required

The ID of the avatar

status'draft' | 'created' | 'started' | 'training-started' | 'error' | 'done' | 'rejected' | 'validating' required
object'scene_avatar' required

An identifier of this avatar

created_atstring required

Avatar creation time as iso-8601 string

Changes

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