{"openapi":"3.2.0","info":{"title":"Cloud Api Hub - Youtube Downloader API","description":"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.","version":"1.0.0"},"servers":[{"url":"https://wgvkv.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"tags":[{"name":"Specific video Info","description":"Gets video specific information"}],"paths":{"/download":{"get":{"operationId":"get_download","summary":"Googlevideo.com download links","description":"**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.","parameters":[{"name":"id","in":"query","required":false,"schema":{"type":"string","example":"SAmeMF1b_jU"}},{"name":"filter","in":"query","description":"Filter formats by type: \n- `audioandvideo` / `videoandaudio` for both video & audio\n- `video` for video-only\n- `videoonly` for video without audio\n- `audio` for audio-only\n- `audioonly` for audio without video","required":false,"schema":{"type":"string","title":"filter","example":"audioandvideo"}},{"name":"quality","in":"query","description":"Video quality. Can be an itag value, a list of itag values, or :\n- `highest`\n- `lowest`\n- `highestaudio`, `lowestaudio`: low video and good audio\n- `highestvideo`, `lowestvideo`: low audio and good video\nDefaults to `highest` for both video and audio.","required":false,"schema":{"type":"string","title":"quality","example":"highest"}}]}},"/info":{"get":{"operationId":"get_info","summary":"Video metainfo","description":"**Object** Gets metainfo from a video.","parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/mux":{"get":{"operationId":"get_mux","summary":"Video/audio streams muxer","description":"**object** Video & Audio Muxer which generates directly downloadable links from a Youtube video.","parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}},{"name":"quality","in":"query","description":"**string**\nSets the video quality for downloads. The desired video quality (e.g. 144, 240, 360, 480, 720, 1080, 1440, 2160, 4320, max). 720 quality is recommended for phones.\nThrows:\nError if the provided quality is not valid.","required":false,"schema":{"type":"string","title":"quality","example":"144"}},{"name":"codec","in":"query","description":"**string**\nSets the video codec for downloads. The desired video codec (e.g., h264, vp9, av1). H264 codec is set by default.\nThrows:\nError if the provided codec is not valid.","required":false,"schema":{"type":"string","title":"codec","example":"h264"}},{"name":"audioFormat","in":"query","description":"**string**\nSets the audio format for downloads (e.g., mp3, ogg, wav). Default: mp3\nThrows:\nError if the provided format is not valid.","required":false,"schema":{"type":"string","title":"audioFormat","example":"mp3"}},{"name":"language","in":"query","description":"**string**\nspecifies the language of audio to download when a youtube video is dubbed. \nE.g.: en / ru / cs / ja / es-US / ...","required":false,"schema":{"type":"string","title":"language","example":"en"}},{"name":"audioOnly","in":"query","description":"**boolean**\nEnables downloading only audio.","required":false,"schema":{"type":"string","title":"audioOnly","example":"false"}},{"name":"videoOnly","in":"query","description":"**boolean**\nEnables downloading only video.","required":false,"schema":{"type":"string","title":"videoOnly","example":"false"}},{"name":"startTime","in":"query","description":"**datetime or unsigned integer**\nTrims video or audio with reference to start time. Time in [HH:mm:ss](https://www.w3.org/TR/NOTE-datetime) format or in milliseconds.","required":false,"schema":{"type":"string","title":"startTime"}},{"name":"endTime","in":"query","description":"**datetime or unsigned integer**\nTrims video or audio with reference to end time. Time in [HH:mm:ss](https://www.w3.org/TR/NOTE-datetime) format or in milliseconds.","required":false,"schema":{"type":"string","title":"endTime"}},{"name":"watermark","in":"query","description":"**array** \nAdds an image to the video. List of values:\n1. *URL\n2. position: topLeft, topRight, bottomLeft, bottomRight, center (default) or pixel coordinates in x:y format from top left corner.\n3. Scale (%widest side)\n4. Transparency between 0 and 1 (none)","required":false,"schema":{"type":"string","title":"watermark"}}]}},"/info/thumbnails":{"get":{"operationId":"get_info_thumbnails","summary":"Video thumbnails","description":"**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.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/channelId":{"get":{"operationId":"get_info_channelId","summary":"Video channel owner ID","description":"**string** The ID that YouTube uses to uniquely identify the channel that the video was uploaded to.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/channelName":{"get":{"operationId":"get_info_channelName","summary":"Video channel owner name","description":"**string** Channel title for the channel that the video belongs to.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/category":{"get":{"operationId":"get_info_category","summary":"Video category","description":"**string** The YouTube video category associated with the video.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/viewCount":{"get":{"operationId":"get_info_viewCount","summary":"Video view count","description":"**unsigned long** The number of times the video has been viewed.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/duration":{"get":{"operationId":"get_info_duration","summary":"Video duration","description":"**string** The length of the video. The property value is an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#Durations) duration.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/title":{"get":{"operationId":"get_info_title","summary":"Video title","description":"**string** The localized video title.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/description":{"get":{"operationId":"get_info_description","summary":"Video description","description":"**string** The localized video description.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/width":{"get":{"operationId":"get_info_width","summary":"Video width","description":"**unsigned integer** The encoded video content's maximum width in pixels.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}},"/info/height":{"get":{"operationId":"get_info_height","summary":"Video height","description":"**unsigned integer** The encoded video content's maximum height in pixels.","tags":["Specific video Info"],"parameters":[{"name":"id","in":"query","description":"Youtube video ID in expected format `(/^[a-zA-Z0-9-_]{11}$/)`","required":false,"schema":{"type":"string","title":"id","example":"SAmeMF1b_jU"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}