Welcome to the official docs for YoutubeDL-Material.
You can check out all the available endpoints. Remember to authenticate with your API key using the "Authorization" header with your requests.
To do so, simply add this header to your API calls:
`Authorization:API_KEY`
You can check out all the available endpoints. Remember to authenticate with
your API key using the "apiKey" query parameter with your requests.
Note the space between 'Authorization:' and the API_KEY. This is required.
Replce API_KEY with the API key in the settings menu. If one doesn't exist, click generate to create one.
To do so, simply add this to the end of your API call:
`?apiKey=API_KEY`
Replce API_KEY with the API key in the settings menu. If one doesn't exist,
click generate to create one.
servers:
- url:'http://localhost:17442'
paths:
@ -22,10 +30,15 @@ paths:
tags:
- downloader
summary:Download audio file
description:|-
Downloads an audio file with the given URL. Will include global args if they exist.
description:>-
Downloads an audio file with the given URL. Will include global args if
they exist.
HTTP requests will return once the audio file download completes. In the future, it will (by default) return once the download starts, and a separate API call will be used for checking the download status.
HTTP requests will return once the audio file download completes. In the
future, it will (by default) return once the download starts, and
a separate API call will be used for checking the download status.
operationId:post-tomp3
requestBody:
content:
@ -40,16 +53,21 @@ paths:
schema:
$ref:'#/components/schemas/inline_response_200'
security:
- Authenticate:[]
- Auth query parameter:[]
/api/tomp4:
post:
tags:
- downloader
summary:Download video file
description:|-
Downloads a video file with the given URL. Will include global args if they exist.
description:>-
Downloads a video file with the given URL. Will include global args if
they exist.
HTTP requests will return once the video file download completes. In the future, it will (by default) return once the download starts, and a separate API call will be used for checking the download status.
HTTP requests will return once the video file download completes. In the
future, it will (by default) return once the download starts, and
a separate API call will be used for checking the download status.