Skip to main content
GET
/
api
/
youtube
/
info
Get Youtube Info
curl --request GET \
  --url https://api.example.com/api/youtube/info
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Query Parameters

video_id
string
required
Required string length: 11

Response

Successful Response