Skip to content

Guides

Each guide here is one task, start to finish, with a complete program you can copy into a file and run. They assume you have an API key, or that you are happy to start on the keyless trial. Nothing is a fragment: every script builds a payload, calls the API, handles the error case, and does something real with the file that comes back.

If you have never rendered anything, read the quickstart first — it is three minutes and one curl command. Come back here when you want the version that runs in your own codebase.

In your codebase

A complete program you can paste into a file and run. No SDK, no dependencies.

In your agent

Hand a model the render tool and let it read the template contract for itself.

In your automation

One HTTP step in a workflow you already have, field by field.

Migrating

What it costs to keep running your own browser, and how to stop.

  • The base URL is https://api.galleyrender.com and your key goes in Authorization: Bearer glr_sk_….
  • The starter library — invoice, quote, receipt, certificate, og-card, report-table, shipping-label and fifteen more — is already on your account, including a trial account. You do not have to create a template to follow any of these.
  • Signed URLs expire in an hour. The stored object does not; GET /v1/renders/:id hands back a fresh URL.