TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the FieldType associated with the new resource.
-
The SID of the Field Type associated with the Field Value.
Body
-
The ISO language-country tag that specifies the language of the value. Currently supported tags:
en-US -
The string value that indicates which word the field value is a synonym of.
-
The Field Value data.
POST
/v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues
curl \
--request POST 'https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/FieldTypes/{FieldTypeSid}/FieldValues' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'Language=string&SynonymOf=string&Value=string'
Response examples (201)
{
"account_sid": "string",
"assistant_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"field_type_sid": "string",
"language": "string",
"sid": "string",
"synonym_of": "string",
"url": "https://example.com",
"value": "string"
}