GET
/
v1
/
avatars
/
inference_details
curl --request GET \
  --url https://os.gan.ai/v1/avatars/inference_details \
  --header 'ganos-api-key: <api-key>'
{
  "avatar_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "avatar_title": "<string>",
  "inference_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "title": "<string>",
  "status": "draft",
  "video": "<string>",
  "input_text": "<string>",
  "thumbnail": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

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.

Query Parameters

inference_id
string
required

Response

200
application/json
Successful Response
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
title
string | null
video
string | null

Cloudfront url of the generated inference video.

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

created_at
string | null

ISO 8601 formatted timestamp.