Embeder API
Embeder​
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms. Related guide: Embeddings.
In order to use this endpoint, you need to have an API key :
- You can create one in your Profile Page. (You have to be logged in to navigate to this page.)
- The API Key must be used as Bearer Token in the Authorization header.
The admin should increase the Credit for a particular user, by default each API key has 0 additional credits.
Payload Example​
Endpoint: https://app.qanswer.ai/backend/api/v1/1/embeddings
{
"model": "text-embedding-3-small",
"input": "The quick brown fox jumps over the lazy dog"
}