Request Code Samples
curl --location --request GET 'https://api.302.ai/sync-so/v2/generate/' \
--header 'Authorization: Bearer '
Responses
application/json {
"id": "a47b00ce-29c1-40e8-badf-4f5b22c1e67e",
"createdAt": "2026-01-22T09:46:10.602Z",
"status": "COMPLETED",
"model": "sync-2",
"input": [
{
"url": "https://file.302.ai/gpt/imgs/20260122/865e3edef13b46c0ab55b2cfc9bca60c.mp4",
"type": "video"
},
{
"url": "https://file.302.ai/gpt/imgs/20260122/83f47575c0684d80a1792877be282565.wav",
"type": "audio"
}
],
"segments": null,
"webhookUrl": null,
"options": {
"sync_mode": "loop"
},
"outputUrl": "https://api.sync.so/v2/generations/a47b00ce-29c1-40e8-badf-4f5b22c1e67e/result?token=a2b1466a-8795-478b-9ef2-47b5fdaf7d68",
"segmentOutputUrl": null,
"outputDuration": 9.98,
"error": null
}
Modified at 2026-01-22 09:53:47