API Limits
Rate limits, payload sizes, and guidance for high-throughput integrations.
gospace enforces limits at the edge to protect platform reliability.
Rate limiting
- When you hit a limit, the API returns
429 Too Many RequestswithRetry-After. - Back off with jitter and retry.
- Use pagination and avoid polling tight loops.
Payloads and timeouts
- Keep request bodies small. For large uploads, use data sources rather than oversized JSON payloads.
- Prefer asynchronous workflows for long-running work, then fetch results or consume webhooks.
- Use HTTP keep-alive to reduce connection churn.
Need more headroom? Reach out to support@gospace.ai with your expected volume and service mix.