Skip to main content
POST
Create a new embedding chunk

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
upload
string
required

The ID of the upload to add the embedding chunk to

Example:

"665a1b2c3d4e5f6789012300"

chunkText
string
required

The text content for the new chunk (max ~32K characters). A vector embedding is generated automatically.

Example:

"This is a new manually-added paragraph for RAG search..."

Response

Embedding chunk created successfully

success
boolean
Example:

true

message
string
Example:

"Embedding created!"

data
object