Skip to main content
POST
/
v3
/
tokens
Generate a client token for a specific character.
curl --request POST \
  --url https://api.equos.ai/v3/tokens \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "user": "<string>",
  "client": "<string>",
  "character": "<string>"
}
'
{
  "token": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
user
string
required
client
string | null

Client identifier associated with the face. This is useful to segment resources by client.

character
string | null

Response

201 - application/json
token
string
required