cURL
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" } ] }
Get the details of a face detection task.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the task
200
The response is of type object.
object
Was this page helpful?