---
title: "POST /v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}"
method: POST
path: "/v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}"
---

# POST /v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}

`POST /v1/Assistants/{AssistantSid}/ModelBuilds/{Sid}`

## Path parameters

- `AssistantSid` string, required
- `Sid` string, required

## Response `200`

OK

- AutopilotV1AssistantModelBuild
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the ModelBuild resource.
  - `assistant_sid` string, nullable — The SID of the [Assistant](https://www.twilio.com/docs/autopilot/api/assistant) that is the parent of the resource.
  - `build_duration` integer, nullable — The time in seconds it took to build the model.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `error_code` integer, nullable — If the `status` for the model build is `failed`, this value is a code to more information about the failure. This value will be null for all other statuses. See [error code dictionary](https://www.twilio.com/docs/api/errors) for a description of the error.
  - `sid` string, nullable — The unique string that we created to identify the ModelBuild resource.
  - `status` 'enqueued' | 'building' | 'completed' | 'failed' | 'canceled'
  - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. It can be used as an alternative to the `sid` in the URL path to address the resource.
  - `url` string, uri, nullable — The absolute URL of the ModelBuild resource.

---

[API](https://skmtc.net/twilio/apis/twilio-autopilot-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-autopilot-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-autopilot-v1/revisions/2df5e52c3567/schema)
