Simli Auto
Face ID Creation
WebRTC API
Simli Auto
/auto/start/configurable
Start a Simli session with body parameters (as opposed to using agent ID + session token)
POST
/
auto
/
start
/
configurable
Copy
curl --request POST \
--url https://api.simli.ai/auto/start/configurable \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "<string>",
"faceId": "tmp9i8bbq7c",
"ttsProvider": "Cartesia",
"ttsAPIKey": "<string>",
"ttsModel": "sonic-turbo-2025-03-07",
"voiceId": "a167e0f3-df7e-4d52-a9c3-f949145efdab",
"systemPrompt": "<string>",
"firstMessage": "<string>",
"maxSessionLength": 3600,
"maxIdleTime": 300,
"language": "en",
"customLLMConfig": {
"model": "gpt-4o-mini",
"baseURL": "<string>",
"llmAPIKey": "<string>"
},
"createTranscript": false
}'
Copy
"<any>"
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
Copy
curl --request POST \
--url https://api.simli.ai/auto/start/configurable \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "<string>",
"faceId": "tmp9i8bbq7c",
"ttsProvider": "Cartesia",
"ttsAPIKey": "<string>",
"ttsModel": "sonic-turbo-2025-03-07",
"voiceId": "a167e0f3-df7e-4d52-a9c3-f949145efdab",
"systemPrompt": "<string>",
"firstMessage": "<string>",
"maxSessionLength": 3600,
"maxIdleTime": 300,
"language": "en",
"customLLMConfig": {
"model": "gpt-4o-mini",
"baseURL": "<string>",
"llmAPIKey": "<string>"
},
"createTranscript": false
}'
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.