Authorizations
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".
Path Parameters
The id of the task. This value is returned by the face detection API.
Example:
"uuid-example"
Response
200
The id of the task. This value is returned by the face detection API.
Example:
"uuid-example"
The credits charged for the task.
Example:
0
The status of the detection.
Available options:
queued, rendering, complete, error Example:
"complete"
The faces detected in the image or video. The list is populated as faces are detected.
Example:
[
{
"path": "api-assets/id/0-0.png",
"url": "https://videos.magichour.ai/api-assets/id/0-0.png"
}
]