[[["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-05-07 UTC."],[[["The `videoTrainability.get` method is used to determine a video's trainability status."],["You can use a `curl` command to quickly retrieve a video's trainability status, as it requires no authentication or quota requests."],["The response from `videoTrainability.get` includes a `permitted` list indicating whether the video is trainable by all, none, or a specific list of companies."]]],["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"]]