curl --request POST \
--url https://api-west.millis.ai/set_phone_agent \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>",
"agent_id": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api-west.millis.ai/set_phone_agent \
--header 'Content-Type: application/json' \
--data '
{
"phone": "<string>",
"agent_id": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.millis.ai/llms.txt
Use this file to discover all available pages before exploring further.