From 0c84447b94118f6125a4ee3009fb7aaed59867f3 Mon Sep 17 00:00:00 2001 From: "Jyotirmoy Bandyopadhyaya [Bravo68]" Date: Thu, 11 Nov 2021 20:39:03 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca1941f..07df388 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Imgage Proxy Server ```json -url : "https://img-proxy.vercel.app" +{ +"ur"l : "https://img-proxy.vercel.app" +} ``` Proxify any image url, hide it and use anywhere. @@ -18,13 +20,13 @@ Proxify any image url, hide it and use anywhere. proxified_url = https://img-proxy.vercel.app/fetch/image?key=aHR0cHM6Ly9jZG4ucGl4YWJheS5jb20vcGhvdG8vMjAxNS8wNC8yMy8yMi8wMC90cmVlLTczNjg4NV85NjBfNzIwLmpwZw== -**GET** https://img-proxy.vercel.app/generate/image +**GET** https://img-proxy.vercel.app/generate/proxyURL Parameters(?) :- *url* -> image_url Example :- - request_url = https://img-proxy.vercel.app/generate/image?url=https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_960_720.jpg + request_url = https://img-proxy.vercel.app/generate/proxyURL?url=https://cdn.pixabay.com/photo/2015/04/23/22/00/tree-736885_960_720.jpg response (json) = https://img-proxy.vercel.app/fetch/image?key=aHR0cHM6Ly9jZG4ucGl4YWJheS5jb20vcGhvdG8vMjAxNS8wNC8yMy8yMi8wMC90cmVlLTczNjg4NV85NjBfNzIwLmpwZw== -## Serverless API \ No newline at end of file +## Serverless API