cURL
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>" } ] }
Create a temporary session token for Simli Auto Sessions
Documentation IndexFetch the complete documentation index at: https://docs.simli.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.simli.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response