GET /api/v1/status require an API key.
Header format
API key notes
- API keys are tied to your account and are rate-limited
- Keys start with
htext_prefix - Manage your keys in the dashboard
Request tracking with X-Request-ID
You can include your ownX-Request-ID header for request correlation:
- Use a unique value per request (UUID recommended)
- Include your app name or context for easier debugging
- The API echoes back your ID in the response
X-Request-IDheader - If you don’t provide one, the API generates a UUID automatically
- Correlating requests in your application logs
- Referencing specific requests when contacting support
- Tracing requests across your infrastructure