POST
/
createE2ESessionToken
curl --request POST \
  --url https://api.simli.ai/createE2ESessionToken \
  --header 'Content-Type: application/json' \
  --data '{
  "expiryStamp": 123,
  "simliAPIKey": "<string>",
  "llmAPIKey": "<string>",
  "ttsAPIKey": "<string>",
  "originAllowList": [
    "<string>"
  ]
}'
"<any>"

Body

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

Response

200
application/json
Successful Response

The response is of type any.