v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
Clips (Premium Avatars)

Get a specific clip

get/clips/{id}

Path parameters

idstring required

Response

OK

idstring required

Unique identifier for the object

owner_idstring required

Unique identifier of the owner that submitted the clip

audio_urlstring
created_atstring required

Clip creation time as iso-8601 string

created_bystring

The user id that created the clip

modified_atstring required

last modified time as iso-8601 string

started_atstring

Clip start time as iso-8601 string

completed_atstring

Clip completion time as iso-8601 string

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

The result url of the clip

presenter_idstring

The identity of the actor that is used in the clip

driver_idstring

The identifier of the presenter's acting driver that is used in the clip

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

namestring

The name of the clip

Example response

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