Method: musicChangeRequests.create
Stay organized with collections
Save and categorize content based on your preferences.
Creates a music change request reported to a release or a track.
HTTP request
POST https://youtubepartner.googleapis.com/youtube/partner/v1/music/changeRequests
The URL uses gRPC Transcoding
syntax.
Request body
The request body contains an instance of MusicChangeRequest
.
Response body
If successful, the response body contains a newly created instance of MusicChangeRequest
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/youtubepartner
For more information, see the OAuth 2.0 Overview
.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThis page documents the process of creating a music change request for a release or track using the YouTube Partner API.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003ePOST\u003c/code\u003e to the specified URL: \u003ccode\u003ehttps://youtubepartner.googleapis.com/youtube/partner/v1/music/changeRequests\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain an instance of \u003ccode\u003eMusicChangeRequest\u003c/code\u003e, and a successful response will return a newly created \u003ccode\u003eMusicChangeRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this API call requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/youtubepartner\u003c/code\u003e.\u003c/p\u003e\n"]]],["A music change request is created via a `POST` HTTP request to `https://youtubepartner.googleapis.com/youtube/partner/v1/music/changeRequests`. The request body must contain a `MusicChangeRequest` instance. Upon success, the response body returns a new `MusicChangeRequest` instance. This process utilizes gRPC Transcoding and requires the `https://www.googleapis.com/auth/youtubepartner` OAuth scope for authorization. The request is reported to a release or a track.\n"],null,["# Method: musicChangeRequests.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a music change request reported to a release or a track.\n\n### HTTP request\n\n`POST https://youtubepartner.googleapis.com/youtube/partner/v1/music/changeRequests`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Request body\n\nThe request body contains an instance of [MusicChangeRequest](/youtube/partner/reference/rest/v1/musicChangeRequests#MusicChangeRequest).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [MusicChangeRequest](/youtube/partner/reference/rest/v1/musicChangeRequests#MusicChangeRequest).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/youtubepartner`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]