Browse the docs Open Close
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_requestsability - 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
- Authentication One bearer token, every request. 1 endpoint
- Usage Check the meter before you order. 1 endpoint
- Templates The menu you render from. 5 endpoints
- Media Your uploaded image library. 2 endpoints
- Screenshots Capture any page, any size. 3 endpoints
- Snaps Templates in, finished assets out. 1 endpoint
- Tags Label and group your templates. 3 endpoints
- Embedded Forms Let anyone render without a key. 1 endpoint