Skip to main content

Spotto API

The Spotto API provides programmatic access to your cloud operations data. Each regional endpoint serves a complete Swagger/OpenAPI specification, which is the best place to explore available endpoints and try out requests.

Regional Endpoints

Spotto operates three fully isolated environments. When you sign up, you select your region - and that choice determines which API endpoint you'll use for all requests.

RegionAPI Endpoint
Australiahttps://api-au.spotto.ai/
USAhttps://api-us.spotto.ai/
Europehttps://api-eu.spotto.ai/
Data Isolation

Each region is completely separate. Your data lives exclusively in the region you selected during signup, and you must use that region's API endpoint to access it. There's no cross-region data sharing or replication.

Getting Started

The quickest way to explore the API:

  1. Navigate to your region's endpoint in a browser
  2. Browse the Swagger UI to see available operations
  3. Generate an API key from the Spotto Portal
  4. Start making requests

API Specification

Each regional endpoint serves an interactive Swagger UI with:

  • Complete endpoint documentation
  • Request/response schemas
  • Built-in "Try it out" functionality
  • Authentication configuration

The Swagger spec is always current with the deployed API version, so it's the authoritative reference for available operations and their parameters.

Next Steps