Skip to main content
POST
Solve a question in a named domain, with worked steps.

Authorizations

Authorization
string
header
required

A workspace API key.

Body

application/json
domain
string
required

Solver domain. GET /api/solve/domains lists them.

Required string length: 1 - 60
question
string
required
Required string length: 1 - 20000
projectId
string
required

The project to file this work under. Required — create one with POST /v1/projects. A project this workspace does not own answers not_found; the work is never silently filed somewhere else.

Required string length: 1 - 200
context
string
Maximum string length: 20000
difficulty
string
Maximum string length: 60
showSteps
boolean
includeExplanation
boolean

Response

Success.

success
boolean
required
{key}
any