GET
/
v1
/
lipsync
/
inference_details
curl --request GET \
  --url https://os.gan.ai/v1/lipsync/inference_details \
  --header 'ganos-api-key: <api-key>'
{
  "title": "<string>",
  "description": "<string>",
  "inference_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "video_url": "<string>",
  "thumbnail_url": "<string>",
  "status": "draft",
  "input_video": "<string>",
  "input_audio": "<string>",
  "use_audio_from_video": true,
  "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
title
string | null
description
string | null
inference_id
string

Unique identifier for the generated video

video_url
string | null

Publicly accessible and downloadable video url of the LipSynced Video

thumbnail_url
string | null

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

status
enum<string>
Available options:
draft,
processing,
failed,
suceeded,
deleted
input_video
string

URL of the original input video.

input_audio
string

URL of the original input audio.

use_audio_from_video
boolean

If true, then the audio stream from the video is used for lipsyncing

created_at
string

ISO 8601 formatted timestamp.