Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
Request Code Samples
curl --location '/v1/embeddings' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"input": "string",
"dimensions": 0
}'
Responses
application/json
Modified at 2026-03-30 11:39:32