Skip to main content
GET
Poll upload status
Poll this endpoint with the upload_id returned from Upload faces until status is a terminal value (2, 3, or 4). Returns 404 if the upload does not exist or is not owned by your company.

Status values

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header, plus HMAC signature headers. Same authentication as other v3 endpoints.

Headers

Accept
string
default:application/json
Authorization
string
required
Example:

"Bearer {your_api_token}"

Path Parameters

uploadId
integer
required

The upload ID returned from the upload faces endpoint.

Example:

1024

Response

Upload status retrieved successfully

success
boolean
data
object