Youtube Check

Checks the details of a YouTube video.

POST /upload/youtubeCheck

Request Headers

  • Content-Type: application/json

Parameters

  • url (string) - The URL of the YouTube video.

Response

  • Status 200 - If the YouTube video details are fetched successfully:

    {
      // YouTube video details
    }
  • Status 500 - If there is an error fetching the video details:

    {
      "message": "Error message"
    }

Last updated