PDF API Business

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.

Starter PDF APIPay as you go

per successful PDF action

Document ScaleVolume pricing

token + organization billing

Private CloudCustom

dedicated PDF service + SLA

Buyer Journey

From payment to production PDF API in minutes.

1Choose Plan

Select Starter, Document Scale, or Private Cloud based on expected PDF volume.

2Complete Payment

Payment gateway validates the organization and activates a billing account.

3Generate Token

A token is issued for the organization and environment.

4Embed or Call API

Use the token in the SDK frame or direct POST /run calls for one-shot PDF tools.

5Track Usage

Every successful PDF action is metered by token for invoices.

Public Endpoints

GET /api/v1/pdf/embed.js

POST /api/v1/pdf/run

GET /api/v1/pdf/usage

GET /api/v1/pdf/features

Embed Snippet
<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
Studio note

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.