cURL
curl --request POST \ --url https://api.simli.ai/compose/token \ --header 'Content-Type: application/json' \ --header 'x-simli-api-key: <api-key>' \ --data ' { "faceId": "<string>", "apiVersion": "<string>", "sessionAggregator": "<string>", "handleSilence": true, "maxSessionLength": 3600, "maxIdleTime": 300, "startFrame": 0, "audioInputFormat": "pcm16" } '
{ "session_token": "<string>" }
Start a session and get it’s session token
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.
"v2"
Successful Response