Validates if the livestream is allowed to be submitted

GET /validate

Validates if the livestream is allowed to be submitted

Query parameters

  • url string Required

    YouTube url of livestream which should be validated against submission guidelines

Responses

  • OK

    Hide response attributes Show response attributes object
    • valid boolean Required

      Whenever this stream follows configured submission guidelines and can be submitted

    • channelId string Required

      Channel ID of the submitted video

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"
}