Skip to main content

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.

Base URL

https://api.nolano.ai

Supported Models

4+ Time Series Foundation Models

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 the Authorization 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:
Success Response:

Rate Limits

API requests are limited based on your API key’s permission level:

Rate Limit Headers

Every API response includes rate limit information:

Handling Rate Limits

When you exceed your rate limit, you’ll receive a 429 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.