Validates if the livestream is allowed to be submitted
Validates if the livestream is allowed to be submitted
Query parameters
-
YouTube url of livestream which should be validated against submission guidelines
GET /validate
curl \
-X GET https://pomu.app/api/validate?url=string
Response examples (200)
{
"valid": true,
"channelId": "string"
}
Response examples (200)
{
"valid": true,
"channelId": "string"
}