Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
{
"embeddings": [
{}
],
"num_tokens": 123
}
{
"embeddings": [
{}
],
"num_tokens": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.