Validates the public access key, fetches a short-lived PDF URL from Chargebee, and redirects. Rate limited to 10 requests per minute per IP and per key.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Responses
🔵302
Redirect to PDF download URL
This response does not have a body.
🟠400
🟠404
🟠429
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.storyous.com/pdf///' \
--header'Authorization: Bearer <token>'