Media is a JSON Structure definition published by Bandwidth, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/messaging-media-structure.json",
"name": "Media",
"description": "Media schema from Bandwidth messaging API",
"type": "object",
"properties": {
"mediaName": {
"type": "string",
"description": "The name of the media file"
},
"contentLength": {
"type": "int32",
"description": "The size of the media file in bytes"
},
"contentType": {
"type": "string",
"description": "The MIME type of the media file"
},
"content": {
"type": "string",
"description": "The URL to access the media content"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.