POST
/
startAudioToVideoSession
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>"

Please do note that the API might respond with server overloaded. If your product requires dedicated slots, you can contact us.

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.