Appearance
API Live Explorer
Use the interactive Swagger UI to test PDFMancer endpoints directly.
How to use
- Generate an API key.
- Click Authorize in Swagger.
- Paste your key in
X-API-Key. - Execute requests.
API base
The explorer automatically chooses the base URL:
- Local docs (
localhost):http://localhost:8000 - Non-local docs:
https://api.pdfmancer.com
You can override with query string:
text
?apiBase=http://localhost:9000