Lipsyncs
Get lipsync item by id
GET
/
api
/
lipsyncs
/
{id}
/
Authorizations
X-API-ID
string
headerrequiredAPI ID, from your settings page.
X-API-KEY
string
headerrequiredAPI Key, from your settings page.
Path Parameters
id
string
requiredA UUID string identifying this lipsync.
Response
200 - application/json
id
string
requiredoutput
string | null
requiredaspect_ratio
enum<string>
required16x9
- Ratio 16 91x1
- Ratio 1 19x16
- Ratio 9 16
Available options:
16x9
, 1x1
, 9x16
created_at
string
requiredupdated_at
string
requiredprogress
number
requiredfailed_reason
string | null
requiredmedia_job
string | null
requiredstatus
enum<string>
requiredpending
- Pendingin_queue
- In Queuerunning
- Runningfailed
- Faileddone
- Donerejected
- Rejected
Available options:
pending
, in_queue
, running
, failed
, done
, rejected
is_hidden
boolean
requiredaudio_url
string | null
requiredpreview
string | null
requiredPreview video
preview_audio
string | null
requiredPreview audio
name
string | null
Maximum length:
255
text
string | null
Maximum length:
3600
creator
string | null
green_screen
boolean
default to false, when true the background will be transparent and subtitles will not be rendered on the video
webhook_url
string | null
Maximum length:
200
accent
string | null
no_caption
boolean
no_music
boolean
caption_style
enum<string>
normal-black
- NORMAL_BLACKnormal-white
- NORMAL_WHITEnormal-red
- NORMAL_REDnormal-blue
- NORMAL_BLUEneo
- NEObrick
- BRICKfrenzy
- FRENZYverana
- VERANAmustard
- MUSTARDglow
- GLOWmint
- MINTcoolers
- COOLERSbilo
- BILOtoons
- TOONSdeep-blue
- DEEP_BLUEmystique
- MYSTIQUEcaution
- CAUTIONduality
- DUALITY
Available options:
normal-black
, normal-white
, normal-red
, normal-blue
, neo
, brick
, frenzy
, verana
, mustard
, glow
, mint
, coolers
, bilo
, toons
, deep-blue
, mystique
, caution
, duality
caption_position
enum<string>
Position of the caption, only center is supported for now
center
- Center
Available options:
center
caption_offset_x
string
Caption offset x is horizontaly relative to the center of the canvas in percentage, range from -0.5 to 0.5, default to 0
caption_offset_y
string
Caption offset y is vertically relative to the center of the canvas in percentage, range from -0.5 to 0.5, default to -0.4, which is 40% below center
background_asset_image_url
string
The url of the background asset image
Maximum length:
1024