Skip to main content
GET
List avatar videos

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>
Available options:
pending,
running,
finalizing,
completed,
failed,
cancelled
createdAfter
string<date-time>
createdBefore
string<date-time>
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

Response

Newest-first page scoped to the API-key organization.

data
object[]
required
nextCursor
string | null
required
Last modified on August 7, 2026