GET
/
v1
/
lipsync
/
get_user_lipsyncs
curl --request GET \
  --url https://os.gan.ai/v1/lipsync/get_user_lipsyncs \
  --header 'ganos-api-key: <api-key>'
{
  "total_count": 123,
  "lipsyncs": [
    {
      "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

title
string | null
status
enum<string>[] | null
Available options:
draft,
processing,
failed,
suceeded,
deleted
skip
integer
default:0
limit
integer
default:10
start_datetime
string | null

ISO 8601 formatted timestamp filter for retrieving lipsyncs

end_datetime
string | null

ISO 8601 formatted timestamp filter for retrieving lipsyncs

Response

200
application/json
Successful Response
total_count
integer
lipsyncs
object[] | null