v1

latestOpenAPI 3.0.32026-07-24106305257.4 KB
V4 Avatars

Get Video by ID

get/expressives/{id}

Path parameters

idstring required

Response

OK

idstring required

The id of the expressive video

owner_idstring required

The id of the owner of the expressive video

namestring

The name of the video

thumbnail_urlstring

The thumbnail url of the video

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

The date the video was created

avatar_idstring required

The id of the avatar of the video

sentiment_idstring

The chosen sentiment id of the video

user_datastring
result_urlstring

The result url of the video. Cannot be provided together with config.result_format.

webhookstring
created_bystring required

The id of the user who created the expressive video

completed_atstring
subtitles_urlstring
durationnumber double

Example response

{
  "name": "my_expressive_video",
  "thumbnail_url": "https://example.com/thumbnail.png",
  "created_at": "2021-01-01T00:00:00.000Z",
  "avatar_id": "public_dan@abcefg",
  "sentiment_id": "snt_IIjpTS",
  "result_url": "https://example.com/result.mp4",
  "created_by": "user_id"
}