API Endpoints

/api/video

get random nsfw video (video types are random)

⁉️ Example: https://bizzy-api.vercel.app/api/video

Returns:


{
"results": [
    {
      "response": "https://cdn.discordapp.com/attachments/1053037611578560563/1053381340654993419/Bizzy.mp4",
      "status": "OK"
    }
  ]
}