cURL
curl --request POST \ --url https://api.simli.ai/startAudioToVideoSession \ --header 'Content-Type: application/json' \ --data '{ "faceId": "<string>", "apiVersion": "v1", "isJPG": false, "syncAudio": false, "audioInputFormat": "pcm16", "batchSize": 1, "apiKey": "<string>", "handleSilence": true, "maxSessionLength": 3600, "maxIdleTime": 300, "preloadAvatar": false }'
"<any>"
Start a session and get it’s session token
Successful Response
The response is of type any.
any