Welcome to Nolano API Platform
The Nolano API delivers enterprise-grade Time Series Foundation Models for forecasting and anomaly detection, with secure authentication, robust key management, and AWS-powered reliability, security, and scalability.Quick Start
Get up and running with the Nolano API in under 5 minutes:1
Get Your API Key
Sign up at app.nolano.ai and generate your API key from the dashboard.
2
Test Authentication
Verify your API key is working:
3
Make Your First Forecast
Use the
/forecast endpoint to predict future values:Authentication
All API endpoints require authentication using API keys in theAuthorization header.
API Key Format
API keys always start with
ak_ followed by a 64-character hexadecimal string.Verify Authentication
Test your API key with the verification endpoint:Rate Limits
API requests are limited based on your API key’s permission level:| Permission Level | Requests/Min | Requests/Hour | Requests/Day |
|---|---|---|---|
| Read Only | 50 | 500 | 10,000 |
| Read/Write | 100 | 1,000 | 50,000 |
| Admin | 200 | 2,000 | 100,000 |
| Full Access | 500 | 5,000 | 250,000 |
Rate Limit Headers
Every API response includes rate limit information:Handling Rate Limits
When you exceed your rate limit, you’ll receive a429 Too Many Requests response:
Implement exponential backoff when handling rate limit errors to avoid repeated failures.
API Key Security
- Secure Storage: API keys are hashed using SHA-256 before storage
- Usage Tracking: All API calls are logged with usage statistics
- Instant Revocation: Immediately revoke compromised keys through the dashboard
- Environment Variables: Store keys in environment variables, never in source code
Never expose API keys in client-side code or public repositories. Keys should only be used in secure server-side environments.
Contact Us
Need Support?
Have questions about the API or need technical assistance? Our team is here to help!Email: hello@nolano.aiWe typically respond within 24 hours during business days.

