cURL
curl --request POST \ --url https://api.simli.ai/auto/token \ --header 'Content-Type: application/json' \ --data '{ "expiryStamp": 123, "simliAPIKey": "<string>", "llmAPIKey": "<string>", "ttsAPIKey": "<string>", "originAllowList": [ "<string>" ], "createTranscript": true }'
"<any>"
Create Simli session token to be used in Simli sessions (i.e., the /auto/start/ endpoint)
Successful Response
The response is of type any.
any