Skip to main content
POST
/
auto
/
token
Create Simli Auto Session Token
curl --request POST \
  --url https://api.simli.ai/auto/token \
  --header 'Content-Type: application/json' \
  --header 'x-simli-api-key: <api-key>' \
  --data '
{
  "simliAPIKey": "<string>",
  "expiryStamp": -1,
  "llmAPIKey": "",
  "ttsAPIKey": "",
  "createTranscript": false,
  "originAllowList": []
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-simli-api-key
string
header
required

Body

application/json
simliAPIKey
string
required
expiryStamp
integer | null
default:-1
llmAPIKey
string | null
default:""
ttsAPIKey
string | null
default:""
createTranscript
boolean
default:false
originAllowList
string[] | null

Response

Successful Response