POST
/
v1
/
avatars
/
create_video

Authorizations

ganos-api-key
string
header
required

Use the API key generated from our website to programmatically interact with our endpoints. This key authorizes your requests, allowing you to access and utilize our services securely.

Body

application/json
avatar_id
string
required
audio_url
string | null

Publicly accessible and downloadable audio url.

text
string | null

The text from which the avatar inference video needs to be generated.

title
string | null

Response

200 - application/json
avatar_id
string
required
inference_id
string
required

Unique identifier for the generated video from avatar(inference).

status
enum<string>
required
Available options:
draft,
processing,
failed,
succeeded,
deleted
avatar_title
string | null
created_at
string | null

ISO 8601 formatted timestamp.

input_text
string | null
thumbnail
string | null

Represents the CloudFront URL of the thumbnail, initially null while being generated, and returns the URL once available

title
string | null
video
string | null

Cloudfront url of the generated inference video.