youtube
YouTube Channel
Each source declares supported modes, a JSON input schema, and an upper-bound credit estimate.
realtimeasyncbatch2 credits estimated
Request example
Send parameters inside params. The server rejects unknown fields.
youtube_channel
{
"params": {
"handle": "<handle>"
},
"source": "youtube_channel"
}Input JSON Schema
schema.json
{
"additionalProperties": false,
"properties": {
"handle": {
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"video_limit": {
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"handle"
],
"type": "object"
}