Skip to main content

Coming soon

Generator Collection API

Programmatic access to every generator on the site — UUIDs, fake data, story prompts, color palettes, business copy — over a clean JSON API. Currently in private development. Join the waitlist for early access and launch pricing.

Join the waitlist

One email when the API opens. No marketing blasts, no spam.

Planned endpoints

  • GET/api/generators

    List every generator with id, title, category, description.

    { "generators": [{ "id": "bulk-uuid-v4-generator", "category": "numbers", "title": "Bulk UUID v4 Generator" }] }
  • GET/api/generate/[category]/[id]

    Run a specific generator with query-string inputs. Returns the same shape the on-site generator produces.

    GET /api/generate/numbers/bulk-uuid-v4-generator?count=10  →  { "output": ["…", "…", …] }

Pricing

Free
$0forever
100 requests / day
  • Single API key
  • Email support
  • Fair-use rate limiting
  • No credit card required
Default tier
Pro
$9per month
10,000 requests / day
  • Up to 3 API keys
  • Priority email support
  • Higher per-IP rate limits
  • 99.5% uptime SLA target
Launch pricing — first 50 customers
Enterprise
Custom
Negotiated
  • Dedicated infrastructure
  • SLA + contract
  • SSO + audit logs
  • On-prem export of generator definitions
Email for a quote

Why an API?

Browser generators are great for one-offs and design-time use. For CI seed scripts, test-data pipelines, content workflows, or building tools on top of Generator Collection, an HTTP API is the right shape — same outputs, scripted access, predictable rate limits.

If you have a specific use case in mind, drop your email above with a quick note about what you'd build — we're prioritising endpoints based on what the waitlist actually wants.