POST
/v1/Assistants
curl \
--request POST 'https://assistants.twilio.com/v1/Assistants' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{
"customer_ai": {
"perception_engine_enabled": true,
"personalization_engine_enabled": true
},
"name": "string",
"owner": "string",
"personality_prompt": "string",
"segment_credential": {
"profile_api_key": "string",
"space_id": "string",
"write_key": "string"
}
}'
Request examples
{
"customer_ai": {
"perception_engine_enabled": true,
"personalization_engine_enabled": true
},
"name": "string",
"owner": "string",
"personality_prompt": "string",
"segment_credential": {
"profile_api_key": "string",
"space_id": "string",
"write_key": "string"
}
}
Response examples (201)
{
"account_sid": "string",
"customer_ai": {},
"id": "string",
"model": "string",
"name": "string",
"owner": "string",
"url": "string",
"personality_prompt": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z"
}