{"openapi":"3.2.0","info":{"title":"YouTube Downloader API API","description":"The YouTube Downloader API enables fast and easy downloading of YouTube videos in multiple formats like MP4 and M4P. With support for different resolutions, this API provides a reliable solution for developers and users who need to save videos or audio from YouTube for offline use.","version":"1.0.0"},"servers":[{"url":"https://youtube-download.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/fetch_media":{"get":{"operationId":"get_fetch_media","summary":"fetch_media","description":"fetch_media","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://www.youtube.com/watch?v=BuabpUdYnIw"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}