cURL
curl --request PUT \ --url https://api.rask.ai/v2/projects/{project_id}/check_face \ --header 'Authorization: Bearer <token>'
{ "check_face_task_status": "started" }
Run check face task for project id provided.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project ID
Check face task response.
The response is of type object.
object