v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Talks (Standard Avatars)

Delete a specific talk

delete/talks/{id}

Path parameters

idstring required

Response

OK

idstring required

Unique identifier for the object

user_idstring required

Unique identifier of the user that submitted the talk

source_urlstring required

The URL of the source image to be animated by the driver video. Image type of .jpg | .png

driver_urlstring

The URL of the driver video to drive the talk, if not provided a driver video will be selected for you from the predefined DriversBank

created_atstring required

Talk creation time as iso-8601 string

created_bystring

The user id of the user that created the talk

audio_urlstring
started_atstring

Talk start time as iso-8601 string

modified_atstring required

last modified time as iso-8601 string

status'created' | 'done' | 'error' | 'started' | 'rejected' required
result_urlstring

s3 uri to the resulting video

metadataRecordStringAny

Construct a type with a set of properties K of type T

webhookstring

A webhook URL for sending the payload including animate details. In a case of empty value, the webhook will not be triggered

Example response

{
  "config": {
    "logo": {
      "position": [
        0,
        500
      ]
    }
  }
}