We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3088968 commit 5d4f927Copy full SHA for 5d4f927
1 file changed
README.md
@@ -19,4 +19,15 @@ The API will provide endpoints for generating PDFs on the fly and returning them
19
20
#### From an URL
21
22
-Endpoint: `/from-url?url=<URL of the page we want to convert to PDF>`
+Endpoint: `GET /from-url?url=`
23
+
24
+Parameters:
25
+ - `url`: URL of the page we want to convert to PDF.
26
27
+Returns the rendered PDF from the provided URL, or a JSON with an error message and status.
28
29
+#### Health status
30
31
+Endpoint: `GET /health`
32
33
+Returns the current status in JSON. Status code may be 200 (active) or 503 (not ready).
0 commit comments