Skip to main content

Submit a solution (client)

POST 

/api/client/v1/submissions

Submit a solution file (client). Same multipart body, validation, caps, cooldown, late policy, storage, and queueing as the web /api/submissions (it runs the same createSubmission service) but authenticated by a bearer token. Returns 202 with the new submission's id + status.

View source

Request

Responses

Submission accepted and queued (status PENDING).