Browse the docs Open

Snapsbrew API

Snapsbrew API — render assets on demand

Generate images, PDFs and screenshots from reusable templates. The Snapsbrew API turns design templates into a render pipeline you can call from any stack.

The essentials

Base URL
https://snapsbrew.com/api
Version
1.0.0
Auth
Bearer token with the api_requests ability
Rate limit
60 requests / minute

Make your first call

curl https://snapsbrew.com/api/v1/auth \
  -H 'Authorization: Bearer <your-token>' \
  -H 'Accept: application/json'

Build against the spec

Every page, the OpenAPI schema, the Postman collection and the Markdown exports are generated from one source of truth — they never drift apart.

Explore the endpoints