curl --request POST \
--url https://api.daily.co/v1/bots/twilio-config/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"bot_profile": "<string>",
"services": {
"llm": "<string>",
"stt": "<string>",
"tts": "<string>"
},
"config": [
{
"service": "vad",
"options": [
{
"name": "<string>",
"value": "<string>"
}
]
}
],
"max_duration": 600,
"rtvi_client_version": "<string>",
"api_keys": {},
"dialin_settings": {},
"dialout_settings": [
"<any>"
],
"webhook_tools": {},
"service_options": {},
"room": {
"geo": "<string>",
"x_mesh_sfu": "<string>"
}
}'