YouTube Data API v3 (youtube:v3)

2026-04-28

3 new methods

Additions

    Methods
  • youtube.media.upload

      HTTP Method : POST

      Description : Inserts a new AudioTrack for a video.

      Parameters :

        videoId

          Location : query

          Type : string

          Description : Required. The external YouTube video ID.

        part

          Description : Optional. The `part` parameter specifies the `AudioTrack` resource parts that the API response will include. The `part` names that you can include in the parameter value are `id` and `snippet`.

          Location : query

          Type : string

          Repeated : Yes

        language

          Location : query

          Type : string

          Description : Required. The BCP-47 language code of the AudioTrack (e.g., "es-ES").

      Supportsmediaupload : Yes

      Flat Path : youtube/v3/audiotracks

      Mediaupload :

        Accept :

      • audio/*
      • application/octet-stream
      • */*
      • Protocols :

          Resumable :

            Path : /resumable/upload/youtube/v3/audiotracks

            Multipart : Yes

          Simple :

            Multipart : Yes

            Path : /upload/youtube/v3/audiotracks

      Scopes :

    • https://www.googleapis.com/auth/youtube
    • https://www.googleapis.com/auth/youtube.force-ssl
    • https://www.googleapis.com/auth/youtube.upload
    • https://www.googleapis.com/auth/youtubepartner
    • Path : youtube/v3/audiotracks

  • youtube.youtube.v3.deleteAudiotracks

      HTTP Method : DELETE

      Description : Deletes one or more AudioTracks from a video.

      Flat Path : youtube/v3/audiotracks

      Scopes :

    • https://www.googleapis.com/auth/youtube
    • https://www.googleapis.com/auth/youtube.force-ssl
    • https://www.googleapis.com/auth/youtubepartner
    • Path : youtube/v3/audiotracks

      Parameters :

        videoId

          Location : query

          Type : string

          Description : Required. The external YouTube video ID.

        part

          Repeated : Yes

          Description : Optional. The `part` parameter specifies the `AudioTrack` resource parts that the API response will include. The `part` names that you can include in the parameter value are `id` and `snippet`.

          Location : query

          Type : string

        audioTrackId

          Location : query

          Type : string

          Description : Required. The audio track ID of the AudioTrack to be deleted (e.g., "v1234567890").

  • youtube.youtube.v3.audiotracks.list