curl --request POST \
--url https://api.simli.ai/auto/start/configurable \
--header 'Content-Type: application/json' \
--data @- <<EOF
{
"apiKey": "<string>",
"faceId": "tmp9i8bbq7c",
"ttsProvider": "Cartesia",
"ttsAPIKey": "<string>",
"ttsModel": "sonic-turbo-2025-03-07",
"voiceId": "a167e0f3-df7e-4d52-a9c3-f949145efdab",
"systemPrompt": "You are Chatbot, a friendly, helpful robot. Your goal is to demonstrate your capabilities in a succinct way. Your output will be converted to audio so don't include special characters in your answers. Respond to what the user said in a creative and helpful way, but keep your responses brief.",
"firstMessage": "<string>",
"maxSessionLength": 3600,
"maxIdleTime": 300,
"language": "en",
"customLLMConfig": {
"baseURL": "<string>",
"llmAPIKey": "<string>",
"model": "gpt-4o-mini"
},
"createTranscript": false
}
EOF