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": []
}
'