YouTubeget/audio/details

Audio Details

Audio
Cost / request

$0.01

Response format

JSON

Protocol

REST

About this endpoint

Access YouTube data through agntdata: Audio Details. This endpoint get available details about a given audio. Responses are structured JSON for AI agents, analytics, and automation — one API key instead of juggling upstream accounts. Ideal when you need video metadata, channel discovery, comments, subtitles, and recommendations programmatically.

Use cases

AI agents that need YouTube data in structured form
Analytics and monitoring pipelines for YouTube content
Research and GTM workflows that combine YouTube signals with other data

Parameters

NameInTypeRequiredDescription
audio_idquerystringrequiredDefault: 8gVbCk4SPwoLeXo4TlN2bUFhRHcSC3l6OE5Tdm1BYUR3Ggt4bl9ob1RQS0pzUSIKEggIOxDA_4zNAyoKEggIOxDA_4zNAxoLeG5faG9UUEtKc1EogZKBocKFmYSVAQ==

Responses

Response

{
  "title": "Channel",
  "required": [
    "channel_id"
  ],
  "type": "object",
  "properties": {
    "channel_id": {
      "title": "Channel Id",
      "type": "string"
    },
    "title": {
      "title": "Title",
      "type": "string"
    },
    "description": {
      "title": "Description",
      "type": "string"
    },
    "subscriber_count": {
      "title": "Subscriber Count",
      "type": "string"
    },
    "links": {
      "title": "Links",
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "avatar": {
      "title": "Avatar",
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "banner": {
      "title": "Banner",
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "verified": {
      "title": "Verified",
      "type": "boolean",
      "default": false
    }
  }
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "Audio_Details",
  "method": "get",
  "path": "/audio/details",
  "summary": "Audio Details",
  "description": "This endpoint get available details about a given audio",
  "parameters": [
    {
      "name": "audio_id",
      "in": "query",
      "required": true,
      "schema": {
        "type": "string",
        "default": "8gVbCk4SPwoLeXo4TlN2bUFhRHcSC3l6OE5Tdm1BYUR3Ggt4bl9ob1RQS0pzUSIKEggIOxDA_4zNAyoKEggIOxDA_4zNAxoLeG5faG9UUEtKc1EogZKBocKFmYSVAQ=="
      }
    }
  ],
  "responses": [
    {
      "statusCode": "200",
      "description": "Response",
      "content": {
        "application/json": {
          "schema": {
            "title": "Channel",
            "required": [
              "channel_id"
            ],
            "type": "object",
            "properties": {
              "channel_id": {
                "title": "Channel Id",
                "type": "string"
              },
              "title": {
                "title": "Title",
                "type": "string"
              },
              "description": {
                "title": "Description",
                "type": "string"
              },
              "subscriber_count": {
                "title": "Subscriber Count",
                "type": "string"
              },
              "links": {
                "title": "Links",
                "type": "array",
                "items": {
                  "type": "object"
                }
              },
              "avatar": {
                "title": "Avatar",
                "type": "array",
                "items": {
                  "type": "object"
                }
              },
              "banner": {
                "title": "Banner",
                "type": "array",
                "items": {
                  "type": "object"
                }
              },
              "verified": {
                "title": "Verified",
                "type": "boolean",
                "default": false
              }
            }
          },
          "example": {
            "audio_id": "8gVbCk4SPwoLeXo4TlN2bUFhRHcSC3l6OE5Tdm1BYUR3Ggt4bl9ob1RQS0pzUSIKEggIOxDA_4zNAyoKEggIOxDA_4zNAxoLeG5faG9UUEtKc1EogZKBocKFmYSVAQ==",
            "name": "Funny Song",
            "channel_id": "UC-CVdJgfx0kxQb-h_BKtJkA",
            "channel_name": "Funny Song Studio, Sounds Reel",
            "number_of_videos": 24000000,
            "thumbnails": [
              {
                "url": "https://lh3.googleusercontent.com/izlDmsiYlL0NU7IXV_7wfSXrejwvBPfcu1kuPVCxv5RIAHGUYjWb932JVnSeWOzr0tr_-fSv-LF_auMf6w",
                "width": 1500,
                "height": 1500
              }
            ]
          }
        }
      }
    },
    {
      "statusCode": "422",
      "description": "Validation Error",
      "content": {
        "application/json": {
          "schema": {
            "title": "HTTPValidationError",
            "type": "object",
            "properties": {
              "detail": {
                "title": "Detail",
                "type": "array",
                "items": {
                  "title": "ValidationError",
                  "required": [
                    "loc",
                    "msg",
                    "type"
                  ],
                  "type": "object",
                  "properties": {
                    "loc": {
                      "title": "Location",
                      "type": "array",
                      "items": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "integer"
                          }
                        ]
                      }
                    },
                    "msg": {
                      "title": "Message",
                      "type": "string"
                    },
                    "type": {
                      "title": "Error Type",
                      "type": "string"
                    }
                  }
                }
              }
            }
          },
          "example": {
            "detail": [
              {
                "loc": [],
                "msg": "",
                "type": ""
              }
            ]
          }
        }
      }
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Related endpoints

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.

YouTube APIYouTube data APIaudio details APIAI agents data APIYouTube APIYouTube data APIYouTube for AI agents