POST
/
batch
/
chunks
[
  {
    "content": "<string>",
    "score": 123,
    "document_id": "<string>",
    "chunk_number": 123,
    "metadata": {},
    "content_type": "<string>",
    "filename": "<string>",
    "download_url": "<string>"
  }
]

Headers

authorization
string

Body

application/json · object

Response

200
application/json
Successful Response
content
string
required
score
number
required
document_id
string
required
chunk_number
integer
required
metadata
object
required
content_type
string
required
filename
string | null
download_url
string | null