[[["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-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003evideoTrainability.get\u003c/code\u003e method is used to determine a video's trainability status.\u003c/p\u003e\n"],["\u003cp\u003eYou can use a \u003ccode\u003ecurl\u003c/code\u003e command to quickly retrieve a video's trainability status, as it requires no authentication or quota requests.\u003c/p\u003e\n"],["\u003cp\u003eThe response from \u003ccode\u003evideoTrainability.get\u003c/code\u003e includes a \u003ccode\u003epermitted\u003c/code\u003e list indicating whether the video is trainable by all, none, or a specific list of companies.\u003c/p\u003e\n"]]],["The `videoTrainability.get` method retrieves a video's trainability status. You can use `curl` with the video ID in the URL to execute this method without authentication or quota. The response's `permitted` list indicates whether training is allowed: `all` for public training, `none` for no training, or a list of allowed companies. The API is used via this endpoint: `https://youtube.googleapis.com/youtube/v3/videoTrainability?id=VIDEO_ID`.\n"],null,["# Get video trainability status\n\nTo get a video's trainability status, use the\n[`videoTrainability.get`](/youtube/v3/video-trainability/reference/rest/get)\nmethod.\n\nYou can quickly run the method using `curl` on the command line: \n\n curl 'https://youtube.googleapis.com/youtube/v3/videoTrainability?id=VIDEO_ID'\n\nFor example: \n\n curl 'https://youtube.googleapis.com/youtube/v3/videoTrainability?id=jNQXAC9IVRw'\n\n| **Note:** Using the YouTube Video Third-Party Trainability API doesn't require authentication or quota requests.\n\n### Check permitted parties\n\nThe `videoTrainability.get`\n[response](/youtube/v3/video-trainability/reference/rest/get#response-body)\nincludes a `permitted` list:\n\n- `all` indicates that anyone can use the video for training.\n- `none` indicates that the video is not permitted for training.\n- If the creator has specified a list of allowed companies, the response includes the list."]]