Skip to main content
POST
Check CV processing status

Authorizations

x-api-key
string
header
required

API key in UUID format. Include this header with every authenticated request.

Body

application/json

Request body for checking processing status. The ids array must contain at least one identifier — empty arrays are rejected with 400.

ids
string<uuid>[]
required

List of document identifiers to check status for. Must be non-empty.

Minimum array length: 1

Response

Status of the requested CVs.

message
string
required
length
integer
required

Number of status items returned.

data
object[]
required