GET
/
v1
/
face-detection
/
{id}
Get face detection details
curl --request GET \
  --url https://api.magichour.ai/v1/face-detection/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "credits_charged": 123,
  "status": "complete",
  "faces": [
    {
      "path": "api-assets/id/0-0.png",
      "url": "https://videos.magichour.ai/api-assets/id/0-0.png"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The id of the task

Response

200
application/json

200

The response is of type object.