cURL
curl --request PUT \ --url https://api.rask.ai/v2/projects/{project_id}/lipsync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "is_multiple_speakers": true, "is_free_lipsync": true } '
{ "tasks_in_lipsync_queue": 123, "lipsync_task_status": "started" }
Run lip-sync task for project id provided.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Whether the video always has one face on screen at a time, or multiple. If unsure, set to true.
true
If specified, free lip-sync credits will be charged instead of minutes
Lip-sync task response.
Number of tasks in the lip-sync queue before your project
Lip-sync task status
started
done
failed