Welcome to Nolano API

The Nolano API provides enterprise-grade time series forecasting capabilities with secure authentication and comprehensive API key management. Our API is built on AWS infrastructure ensuring high availability, security, and scalability.

Authentication

All API endpoints use API key authentication. Include your API key in the Authorization header of every request.

curl -X POST https://api.nolano.ai/forecast \
  -H "Authorization: your_api_key_here" \
  -H "Content-Type: application/json"

API Key Format

API keys follow this format:

ak_[64_character_hex_string]

Features

  • Secure Storage: API keys are hashed using SHA-256 before storage
  • Usage Tracking: All API calls are logged with usage statistics
  • Expiration Support: Set custom expiration dates for API keys
  • Permission Control: Fine-grained permissions (read, write, admin, delete)
  • Instant Revocation: Immediately revoke compromised keys