Trigger Embedding Bulk

View as Markdown

Manually enqueue embedding jobs for one or more files.

Each file must have upload_status=ready and embedding_status=pending or failed. Returns a per-file result — successes are ‘queued’, failures include an error message.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
file_idslist of stringsRequired
waitbooleanOptionalDefaults to false
metadatamap from strings to anyOptional

Response

Successful Response
resultslist of objects

Errors

422
Unprocessable Entity Error