Import
Start an import run over a set of uploaded files
Returns as soon as the run is persisted. A leased backend worker cuts each file into chunks a model can read on its own — one per PDF page, one per image — and reads them off the request path. Poll the run for progress and read its output when it settles. Nothing here writes entity data.
POST
Start an import run over a set of uploaded files
Authorizations
Headers
Workspace identifier
Path Parameters
Body
application/json
Ids of the uploaded files to read. PDFs are split page by page, images are read whole; any other file type is refused.
Response
200 - application/json
Null until planning has opened every file.
Files the run was asked for, known before anything is opened.
Available options:
queued, planning, running, succeeded, failed, cancelled