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
ADVANCED
€0.99/month
- 3,500 requests/hour
- 84,000 requests/day
- 588,000 requests/week
- ~2.5M requests/month
RecommendedPRO
€9.99/month
- 6,000 requests/hour
- 144,000 requests/day
- 1,008,000 requests/week
- ~4.2M requests/month
BUSINESS
€19.99/month
- 10,000 requests/hour
- 240,000 requests/day
- 1,680,000 requests/week
- ~7M requests/month
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/v1/infosError 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.