POST
/
embeddings
Embeddings
curl --request POST \
  --url https://api.certisecure.com.br/v1/embeddings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "model": "openai/text-embedding-3-small",
  "input": "<string>"
}
'

Authorizations

Authorization
string
header
required

Use sua chave cs_live_...

Body

application/json
model
string
required
Example:

"openai/text-embedding-3-small"

input
required

Response

200

Embeddings