cURL
curl --request GET \ --url https://api.rask.ai/v2/projects/{project_id}/lipsync \ --header 'Authorization: Bearer <token>'
{ "check_face_task_status": "started", "tasks_in_lipsync_queue": 123, "lipsync_result_path": "<string>", "lipsync_task_status": "started", "video_has_face": true, "lipsync_task_progress": 123 }
Get lip-sync info.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Lip-sync info.
The response is of type object.
object