TODO: Resource-level docs
Path parameters
-
The SID of the Assistant that is the parent of the new resource.
Body
-
The URL we should call using a POST method to send status information to your application.
-
An application-defined string that uniquely identifies the new resource. This value must be a unique string of no more than 64 characters. It can be used as an alternative to the
sidin the URL path to address the resource.
POST
/v1/Assistants/{AssistantSid}/ModelBuilds
curl \
--request POST 'https://autopilot.twilio.com/v1/Assistants/{AssistantSid}/ModelBuilds' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'StatusCallback=https%3A%2F%2Fexample.com&UniqueName=string'
Response examples (201)
{
"account_sid": "string",
"assistant_sid": "string",
"build_duration": 42,
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"error_code": 42,
"sid": "string",
"status": "enqueued",
"unique_name": "string",
"url": "https://example.com"
}