Documentation

Everything needed to send the first request and to run Rendarium in production, hosted or self-hosted.

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.