From 46b595db45e385af6c3a6928695be4742b936cee Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Mon, 27 Apr 2020 04:55:46 -0400 Subject: [PATCH] Update README.md Updated API info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d6da4c..8a3f312 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ If you are looking to setup YoutubeDL-Material with Docker, this section is for To get started, go to the settings menu and enable the public API from the *Extra* tab. You can generate an API key if one is missing. -Once you have enabled the API and have the key, you can start sending requests with the key as the Authorization header. That's it! Nearly all of the backend should be at your disposal. View available endpoints in the link above. +Once you have enabled the API and have the key, you can start sending requests by adding the query param `apiKey=API_KEY`. Replace `API_KEY` with your actual API key, and you should be good to go! Nearly all of the backend should be at your disposal. View available endpoints in the link above. ## Contributing