Skip to main content
POST
/
auto
/
token
Create Simli session token to be used in Simli sessions
curl --request POST \
  --url https://api.simli.ai/auto/token \
  --header 'Content-Type: application/json' \
  --data '
{
  "simliAPIKey": "<string>",
  "expiryStamp": -1,
  "llmAPIKey": "",
  "ttsAPIKey": "",
  "originAllowList": [],
  "createTranscript": true
}
'

Body

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

true

Response

200 - application/json

Successful Response