v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

Upload Brand 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.

post/v3/10dlc/brands/{brand_id}/evidence

Path parameters

brand_idstring required
Example:B6AI7PA

The unique ID of the 10DLC Brand.

Response

Returns the uploaded evidence file.

file_namestring required

The uploaded file name

mime_typestring required

The uploaded file media type

urlstring required

An URL to the uploaded file

uuidstring required

The evidence UUID

Example response

{
  "file_name": "image.png",
  "mime_type": "image/png",
  "url": "https://api.wavix.dev/v3/10dlc/brands/B6AI7PA/evidence/191eb205-8357-4d71-b8da-160a25a000d7",
  "uuid": "191eb205-8357-4d71-b8da-160a25a000d7"
}