cURL
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 } '
Create Simli session token to be used in Simli sessions (i.e., the /auto/start/ endpoint)
true
Successful Response