API Reference
One endpoint. Every generator. Sub-100ms responses at the edge.
Quickstart
curl https://api.randomhub.ai/v1/generate \
-H "Authorization: Bearer $RANDOMHUB_KEY" \
-d '{ "generator": "random-word", "count": 5 }'Authentication
Bearer token from your dashboard. Rotate any time.
Rate Limits
10 req/s on Free, 100 req/s on Pro, custom on Enterprise.
SDKs
Official clients for TypeScript, Python, and Go.
Webhooks
Push generation batches to your endpoint on completion.