Skip to content

Pricing

The Hyperion API is free and allows a maximum of 2,000 requests per hour.

If you wish to exceed this limit, you must use an authentication token. The authentication token is unique, assigned to your email, and allows you to exceed this limit.

Plans

FREE
Free
  • 2,000 requests/hour
  • 48,000 requests/day
  • 336,000 requests/week
  • ~1.4M requests/month
Get Started
ADVANCED
€0.99/month
  • 3,500 requests/hour
  • 84,000 requests/day
  • 588,000 requests/week
  • ~2.5M requests/month
Purchase
BUSINESS
€19.99/month
  • 10,000 requests/hour
  • 240,000 requests/day
  • 1,680,000 requests/week
  • ~7M requests/month
Purchase

Custom Plans

If you need more than 10,000 requests per hour or a custom pricing plan, send an email to contact@sylvain.pro.

Authentication

To use your API key, include it in the Authorization header:

bash
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.sylvain.pro/v2/infos

Error Response

If the provided token is incorrect or expired, you will receive a 401 error:

json
{
  "message": "Unauthorized",
  "error": "Invalid token.",
  "status": "401"
}

Note

If no token is provided, the request is treated as unauthenticated and uses the FREE tier limits.