API Reference
Embeddings Refinery
Adds embeddings to a list of provided chunks using a specified embedding model.
POST
Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
application/json
Request body for the Embeddings Refinery endpoint.
Response
200
application/json
Successful Response: A list of `Chunk` objects with added embeddings.
A list containing Chunk
objects, each with an added embedding
field.