POST
/
v2
/
ingest_chunks

Authorizations

Authorization
string
headerrequired

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

Body

application/json
chunks
object[]

A list of text chunks to ingest into the system.

document_id
string | null

An optional document id to associate the chunks with. If not provided, a unique document id will be generated.

metadata
object | null

Response

200 - application/json
results
object[]
required