Skip to content

Upload a roadmap file (or paste text) and start the comparison pipeline

POST
/projects/{id}/roadmap-check
curl --request POST \
--url https://example.com/api/projects/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/roadmap-check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form file=@file \
--form discussion=example
id
required
string format: uuid

Project UUID

object
file
required

Roadmap file (.docx, .pdf, .txt, .md, .png, .jpg, .jpeg, .webp, .gif — max 10MB)

string format: binary
discussion

Optional assistant chat transcript to include as extra requirements context.

string

Roadmap check started

Media type application/json
object
check_id
string format: uuid
status
string
Allowed values: uploading

Invalid file type, size, or empty pasted text

Not authenticated

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number
reconnect

True if re-linking GitHub may fix the issue

boolean

Forbidden

Media type application/json
object
error
required

Human-readable error message

string
code

Stable machine-readable error code for client branching

string
fieldErrors

First validation message per field path

object
key
additional properties
string
issues

Structured validation issues (Zod)

Array<object>
object
path
required
string
message
required
string
retryAfter

Seconds until rate limit resets (429 responses)

number