Skip to main content
POST
Create an assessment

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.

Body

application/json
challenge_id
string<uuid>
required

A challenge visible to you.

name
string
required

Your label for this posting. 1–200 chars.

time_limit_minutes
integer

10–480. Omit to inherit the challenge's own limit.

selected_task_ids
string<uuid>[]

Required for a multi-task challenge: the subset of its tasks to grade.

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