Skip to main content
POST
Invite a candidate

Authorizations

Authorization
string
header
required

Your API key, live (sk_live_…) or test (sk_test_…). Create one in Settings → API keys. Send it as Authorization: Bearer <key> — never in a query string.

Path Parameters

id
string<uuid>
required

The assessment id.

Body

application/json
candidate_email
string<email>
required

Normalized to lowercase.

candidate_name
string

Shown to the candidate and on the report.

expires_in_days
integer
default:7

1–30.

Response

Success.

Every successful response. meta carries the request id and any pagination.

data
object
required

The resource, or an array of them.

meta
object
required