# Start the Insights Model Build

Trigger a build by calling `POST /reporting/datamodels/{datamodel_id}/builds`. The response contains the generated build ID.

For the API endpoint, select the appropriate [endpoint for your region](/apis/endpoints/endpoints).


```bash
curl -X POST https://${TD_API_ENDPOINT}/reporting/datamodels/ae9e7e75-9651-4d4d-afec-f7ac58b773c6/builds \
-H 'authorization: TD1 xxxx/xxxxxxxxxxxxxx' \
-H 'cache-control: no-cache' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
  "buildType": "full"
}'
```