Base URL
Spotzee-Version, X-Request-Id, RFC 7807 error envelope). The Main API is rolling those conventions out in stages. See API conventions for the full set.
Authentication
All requests require a bearer token. The same API keys used for the Main API are accepted here. See Authentication.Capabilities
When to use Extended over Main
Versioning
The Extended API is dated like the Main API. Pin a version with theSpotzee-Version request header (see API versioning). The current release is 2026-04-28.
The OpenAPI specification is published at:
Rate limits and quota
Two separate gates apply to Extended API traffic. Edge rate limit. Spotzee’s edge network enforces a per-source-IP cap of 1,000 requests per 10 seconds acrossapix.spotzee.com/api/*. Over-limit traffic receives 429 Too Many Requests with the canonical error envelope. The cap counts every request, authenticated or not.
Credit-based quota. Validation, scoring, lookup, and generation endpoints deduct credits on success. The cost varies by route. Inspect remaining balance via the Quota endpoints before high-volume runs.
Per-API-key sliding-window rate limits and a doubled budget for MCP traffic are rolling out alongside the Main API hardening rollout. The Extended API does not honour those today.
Errors
See the Extended API errors reference.Next
Authentication
API keys and scopes.
Errors
Status codes and error bodies.