{
"input": [
{
"type": "video",
"url": ""
},
{
"type": "audio",
"url": ""
}
],
"model": "lipsync-2",
"options": {
"pads": [
1,
2,
3,
4
],
"fps": 24
}
}
curl --location --request POST 'https://api.302.ai/sync-so/v2/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": [
{
"type": "video",
"url": ""
},
{
"type": "audio",
"url": ""
}
],
"model": "lipsync-2",
"options": {
"pads": [
1,
2,
3,
4
],
"fps": 24
}
}'
{}