Free API Key
Generate a free-tier API key instantly. No account required.
Endpoint
POST /v1/auth/free-key
Authentication
No authentication required.
Request Body
{
"email": "you@example.com"
}
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Your email address. Used for key delivery and rate limit notifications. |
Response
{
"api_key": "mx_test_abc123...",
"tier": "free",
"rate_limit": "10 requests/minute",
"monthly_quota": 5000,
"message": "Your free API key has been created. Start making requests immediately."
}
Example
curl -X POST https://api.moxiemetrx.com/v1/auth/free-key \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
Free Tier Limits
| Limit | Value |
|---|---|
| Rate limit | 10 requests/minute |
| Monthly quota | 5,000 requests |
| Historical data | 30 days |
| Intervals | 1h, 1d |
| Source transparency | No |
To unlock 5-minute intervals, full history, and source transparency, upgrade to Builder ($49/mo).