per successful PDF action
Sell one PDF API with a ready embeddable UI.
Fintech and document clients buy a token, add one small snippet to their application, and a complete RHypernova PDF tool frame opens inside their product. All PDF actions are billed by organization token.
token + organization billing
dedicated PDF service + SLA
From payment to production PDF API in minutes.
Select Starter, Document Scale, or Private Cloud based on expected PDF volume.
Payment gateway validates the organization and activates a billing account.
A token is issued for the organization and environment.
Use the token in the SDK frame or direct POST /run calls for one-shot PDF tools.
Every successful PDF action is metered by token for invoices.
GET /api/v1/pdf/embed.js
POST /api/v1/pdf/run
GET /api/v1/pdf/usage
GET /api/v1/pdf/features
<div id="allinonepdf"></div>
<script
src="https://rhypernova-be-1.onrender.com/api/v1/pdf/embed.js"
data-token="rhx_live_demo_pdf_scale_token"
data-api-base="https://rhypernova-be-1.onrender.com/api/v1/pdf"
data-frontend-url="https://app.rhypernova.com"
data-open-label="Open PDF Editor in new tab">
</script>Download developer document Interactive PDF editing at /pdf/edit and the embed frame at /pdf/embed use session and editable endpoints directly. The SaaS POST /run contract is for one-shot server-to-server PDF actions.