WhatsApp · JSON Structure

Whatsapp Cloud Api Audio Object Structure

AudioObject from WhatsApp API

Type: object Properties: 2

AudioObject is a JSON Structure definition published by WhatsApp, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id link

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/whatsapp/refs/heads/main/json-structure/whatsapp-cloud-api-audio-object-structure.json",
  "name": "AudioObject",
  "description": "AudioObject from WhatsApp API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Media ID from upload",
      "example": "wamid.abc123"
    },
    "link": {
      "type": "string",
      "format": "uri",
      "description": "HTTPS URL of the audio file",
      "example": "example_value"
    }
  }
}