Trigger processing for uploaded documents

Step 2 of the upload flow. After uploading bytes via the presigned URL, call this to start chunking and embedding. Documents that aren’t in awaiting_upload status are skipped with a reason.

Authentication

AuthorizationBearer

Pyramid API key (prefix with “Bearer ”)

Request

This endpoint expects an object.
document_idslist of stringsRequired

Response

Processing results
request_idstringformat: "uuid"

Server-generated per-request UUID. Also sent as X-Request-Id response header. Include in support tickets.

successany
dataobject
paginationobject

Present only on list endpoints. Top-level (not nested inside data).

Errors

400
Bad Request Error
401
Unauthorized Error