Cloud Api Hub - Youtube Downloader
Endpoints
Ungrouped Endpoints 3
Specific video Info 10
Gets video specific information
What is the Cloud Api Hub - Youtube Downloader?
Get Youtube video info and download links to MP4 or MP3 file with multiple media options. Empower your app with our YouTube Video Downloader API. Download videos in MP4 format with multiple quality options, from standard to 4K. Extract audio as MP3 files for offline listening. Retrieve high-quality thumbnails to enhance visual appeal. Key features: • Versatile format support (MP4, MP3) • Multiple video quality options • Video trimmer • Video watermark adder • Thumbnail retrieval • Fast processing • Easy integration Perfect for content creators, music enthusiasts, and developers building media management tools or educational platforms. Our API offers seamless YouTube content extraction, enabling you to deliver enhanced user experiences across various applications.
Cloud Api Hub - Youtube Downloader is available on the JoJ API marketplace. Subscribe with a single JoJ API key, call it through one gateway, and pay from one wallet — no separate account or contract with the provider.
Cloud Api Hub - Youtube Downloader endpoints
- GET
/downloadGooglevideo.com download links
**object** Grabs Youtube download links directly from Google Video server valid for 6 hours. Includes additional formats, and ready to download deciphered URL. Note that high quality videos are muted. You can use our muxer available at the `/mux` endpoint to merge audio and video.
- GET
/infoVideo metainfo
**Object** Gets metainfo from a video.
- GET
/muxVideo/audio streams muxer
**object** Video & Audio Muxer which generates directly downloadable links from a Youtube video.
- GET
/info/thumbnailsVideo thumbnails
**object** A map of thumbnail images associated with the video. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
- GET
/info/channelIdVideo channel owner ID
**string** The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.
- GET
/info/channelNameVideo channel owner name
**string** Channel title for the channel that the video belongs to.
- GET
/info/categoryVideo category
**string** The YouTube video category associated with the video.
- GET
/info/viewCountVideo view count
**unsigned long** The number of times the video has been viewed.
- GET
/info/durationVideo duration
**string** The length of the video. The property value is an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations) duration.
- GET
/info/titleVideo title
**string** The localized video title.
- GET
/info/descriptionVideo description
**string** The localized video description.
- GET
/info/widthVideo width
**unsigned integer** The encoded video content's maximum width in pixels.
- GET
/info/heightVideo height
**unsigned integer** The encoded video content's maximum height in pixels.