Skip to main content
POST
Ingest a document

Authorizations

Authorization
string
header
required

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

Body

application/json

Validates a POST /v1/recall/documents text-ingest body. A document belongs to exactly one collection, so collection is required.

title
string
required
Maximum string length: 255
text
string
required
Maximum string length: 100000
collection
string
required
Maximum string length: 255
source
string | null
Maximum string length: 255

Response

data
object
required