PUT
/
v2
/
projects
/
{project_id}
/
check_face
curl --request PUT \
  --url https://api.rask.ai/v2/projects/{project_id}/check_face \
  --header 'Authorization: Bearer <token>'
{
  "check_face_task_status": "started"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Project ID

Response

200
application/json
Check face task response.
check_face_task_status
enum<string> | null

Check Face Task Status

Available options:
started,
done,
failed