P
PDF Generator API v4
Details
- URL
-
https://us1.pdfgeneratorapi.com/api/v4 - Docs
- https://docs.pdfgeneratorapi.com/v4
Authentication
Authorization: Bearer <credential> Sign in to your PDF Generator API account and open Settings to view your API key and API secret. Use them server-side to sign an HS256 JWT; the docs say the JWT payload should include iss = your API key and sub = your workspace identifier/email. The support docs also mention you can mint a temporary test JWT from the same settings page, but production integrations should generate JWTs themselves from the key and secret.