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

Response

200
application/json

Successful Response

The response is of type any.