C

Cloud Api Hub - Youtube Downloader

Published byStéphane Moni
3/7/2025

Endpoints

13

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/download

    Googlevideo.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/info

    Video metainfo

    **Object** Gets metainfo from a video.

  • GET/mux

    Video/audio streams muxer

    **object** Video & Audio Muxer which generates directly downloadable links from a Youtube video.

  • GET/info/thumbnails

    Video 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/channelId

    Video channel owner ID

    **string** The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.

  • GET/info/channelName

    Video channel owner name

    **string** Channel title for the channel that the video belongs to.

  • GET/info/category

    Video category

    **string** The YouTube video category associated with the video.

  • GET/info/viewCount

    Video view count

    **unsigned long** The number of times the video has been viewed.

  • GET/info/duration

    Video 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/title

    Video title

    **string** The localized video title.

  • GET/info/description

    Video description

    **string** The localized video description.

  • GET/info/width

    Video width

    **unsigned integer** The encoded video content's maximum width in pixels.

  • GET/info/height

    Video height

    **unsigned integer** The encoded video content's maximum height in pixels.