2026-04-28
▼ ▲ 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 :
Protocols :
Resumable :
Path : /resumable/upload/youtube/v3/audiotracks
Multipart : Yes
Simple :
Multipart : Yes
Path : /upload/youtube/v3/audiotracks
Scopes :
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 :
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
Path : youtube/v3/audiotracks
Scopes :
Flat Path : youtube/v3/audiotracks
Parameters :
language
Repeated : Yes
Description : Required. Filter by specific BCP-47 language codes.
Location : query
Type : string
videoId
Description : Required. The external YouTube video ID.
Location : query
Type : string
part
Description : Optional. The `part` parameter specifies a comma-separated list of one or more `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
HTTP Method : GET
Description : Retrieves a list of AudioTracks for a video.