---
title: "Creates an evaluation for a bundle"
method: POST
path: "/v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations"
tags: ["NumbersV2Evaluation"]
---

# Creates an evaluation for a bundle

`POST /v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations`

Creates an evaluation for a bundle

## Path parameters

- `BundleSid` string, required

## Response `201`

Created

- NumbersV2RegulatoryComplianceBundleEvaluation
  - `sid` string, nullable — The unique string that identifies the Evaluation resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Bundle resource.
  - `regulation_sid` string, nullable — The unique string of a regulation that is associated to the Bundle resource.
  - `bundle_sid` string, nullable — The unique string that we created to identify the Bundle resource.
  - `status` 'compliant' | 'noncompliant' — The compliance status of the Evaluation resource.
  - `results` unknown[], nullable — The results of the Evaluation which includes the valid and invalid attributes.
    - unknown
  - `date_created` string, date-time, nullable
  - `url` string, uri, nullable

## Changes

- **2025-07-03** (v2) `1fabdce5cb20` — 1 breaking
  - the `results/items/` response's property type changed from `object` to no type for status `201`
- **2025-03-11** (v2) `837f4d2978ba` — 1 breaking
  - the `results/items/` response's property type changed from no type to `object` for status `201`

[Change history](https://skmtc.dev/twilio/apis/twilio-numbers/changes/v2/RegulatoryCompliance/Bundles/:BundleSid/Evaluations/post.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-numbers.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-numbers/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/twilio-numbers/revisions/4063aad70da9?raw)
