Skip to main content
POST
Launch Processor Run

Authorizations

X-API-Key
string
header
required

Path Parameters

processor_id
string
required

Cookies

wos-session
string
datalab_active_team
string

Body

multipart/form-data
file
file
required

Input PDF, image, office document (doc/docx/ppt/pptx), HTML, EPUB, or spreadsheet (xlsx/xlsm/xls/ods/csv) file. Office documents are staged to PDF at upload when possible; spreadsheets stage natively onto the per-sheet path (same intake as the design session docs upload).

Response

Successful Response

RunCard-shaped (snake_case): the drawer/board consume this.

id
integer
required
processor_id
string
required

Public processor id (slug).

version
string
required

Pinned version label.

plane
enum<string>
required
Available options:
design,
execution
status
enum<string>
required
Available options:
queued,
running,
done,
error
error
RunErrorResponse · object | null
doc_name
string | null
request_id
string | null

APIRequest lookup key for the underlying inference request.

scorecard
Scorecard · object | null
check_results
CheckResultResponse · object[]
flag_ids
integer[]
token_usage
Token Usage · object | null
turns
integer | null

Agent-loop turns the run took (the substrate result's turn count, persisted at ingest). None for runs that never reached the loop or predate the column.

Required range: x >= 0
started
string<date-time> | null
finished
string<date-time> | null
created
string<date-time> | null