Skip to main content

Face Index Status

GET 

/api/v1/assets/:asset_id/addons/face_recognition

Retrieve the current status of the face indexing request by providing the asset_id in the path parameter.

Response JSON

{
"state": "QUEUED"
}
ParameterTypeDescription
statestringStatus of the asset, one of QUEUED, PROCESSING, DONE or ERROR

Request

Responses

Successful operation