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>"
The response is of type any.
any