---
title: "Upload Brand evidence"
method: POST
path: "/v3/10dlc/brands/{brand_id}/evidence"
tags: ["10DLC"]
---

# Upload Brand evidence

`POST /v3/10dlc/brands/{brand_id}/evidence`

Uploads a supporting evidence file for the 10DLC Brand identified by `brand_id`. Supported formats include `.jpg`, `.png`, and `.pdf`. Maximum size is 10 MB.

## Path parameters

- `brand_id` string, required

## Response `201`

Returns the uploaded evidence file.

- object
  - `file_name` string, required — The uploaded file name
  - `mime_type` string, required — The uploaded file media type
  - `url` string, required — An URL to the uploaded file
  - `uuid` string, required — The evidence UUID

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.
- `404` — Returns when no 10DLC Brand matches `brand_id`.
- `422` — Returns when no file is provided in the request.

---

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