API Documentation
Explore the technical blueprint of the Fastify-API. Manage endpoints, test payloads, and curate your data infrastructure.
BASE URL
https://api.fastify-curator.tech/v1GET
/analytics/usage
Retrieves aggregated usage metrics for the specified API key
Parameters
timeframestring (query)
limitinteger (query)
Response Code
200 OK
Example Response Body
{
"status": "success",
"data": {
"requests": 12405,
"latency_ms": 18.2,
"uptime": 99.99
}
}verified_userAuthentication
All requests must include your API Key in the X-API-Key header.
speedRate Limits
Standard Tier30 req/min
Reads: 30/min · Writes: 10/min
POST
/endpoints/register
Register a new downstream microservice to the Curator proxy
Request Body
service_namerequired
The unique identifier for the service.Headers
Content-Typeapplication/json
Example Payload
{
"service_name": "auth-worker-01",
"retry_policy": {
"attempts": 3,
"backoff": "exponential"
}
}Documentation Updates
V1.4 Schema Refactor
Updated 2h ago
Added strict typing for latency metrics response.
New Endpoint: /health/db
Yesterday
Exposed internal database connection pool status.
Deprecated: /legacy/auth
3 days ago
Marked for removal in V2.0 rollout.
Quick Search
⌘K