YouTube Video Trainability
Last updated
Was this helpful?
Last updated
Was this helpful?
The youtube_video_trainability
source is designed to retrieve information about whether a particular YouTube video is eligible for AI training purposes. This service enables verification of training permissions for YouTube content.
The following examples demonstrate how to check AI training permissions for a specific YouTube video.
We use synchronous integration method in our examples. If you would like to use integration, refer to the section.
source
Sets the scraper.
youtube_video_trainability
video_id
YouTube video ID.
-
callback_url
-
- mandatory parameter
The API returns a structured JSON response with the following fields:
The permitted
field indicates the level of training permission available for the video, with these possible values:
["all"]
Training permitted for all parties
["none"]
No training permitted for any party
["party1", "party2", ...]
Training permitted only for specific listed parties
The etag
value serves as a version identifier for the training status.
URL to your callback endpoint. .