Skip to main content
POST
Ingest Bulk

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to ingest multiple documents at once.

workspace_id
string<uuid>
required
documents
ManualIngestRequest · object[]
required
Required array length: 1 - 50 elements
vault_id
string<uuid> | null

Response

Successful Response

Response for bulk ingestion.

total
integer
required
created
integer
required
updated
integer
required
unchanged
integer
required
errors
Errors · object[]
document_ids
string<uuid>[]