Getting Started
From zero to a downloadable PDF in about 10 minutes:
Sign up & grab your API keys
Create an account at app.reforg.io and find your keys under Settings → API Keys.
Create a template
Build a template in the dashboard, add variables, and publish it. Only published templates can be rendered.
Install the SDK
npm install @reforgio/sdk-core — plus @reforgio/sdk-react if you render from React.
Render your first document
One call to render(templateId, data) returns a download URL.
Prefer raw HTTP? Skip the SDK and call the REST API directly — same auth, same endpoints.