Documentation
Everything needed to send the first request and to run Rendarium in production, hosted or self-hosted.
Quick start — HostedCreate an account, get a key, make the first request. Five minutes.
Quick start — DockerPull the image, run it, add the license key, generate API keys.
REST API ReferenceEvery operation, its credit cost, and the full contract of
POST /convert/html.
Client libraries.NET, Java, Python and Node.js clients — the same client for hosted and self-hosted.
LicensingCalendar versioning, editions, redistribution, the three renewal paths and the API key policy.
ChangelogReleases, in year.month.patch order.
The one thing to know first
Every operation is a single HTTPS request authenticated with Authorization: Bearer <api key>. On the hosted API each successful request that returns a document costs one credit; failures cost nothing. In your own container there are no credits at all. The request and response formats are identical in both, so code written against one runs against the other with a different base URL.