Generate embeddings for a collection in the background
POSThttps://platform.docana.com/api/v1/collections/:collectionId/embeddings/
Optional body: { generateText?, generateMultimodal?, force?, batchSize? }. Returns immediately with the number of entries queued; generation continues in the background.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Embedding generation started in the background
Invalid collection id or request parameters
The API key or session is missing, expired, or malformed.
No write permission on the collection
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.