Skip to main content
The Extended API is a set of low-latency edge utilities that complement the Main API. Use it for high-volume operations where round-trip latency matters: email address validation, DNS lookups for domain setup, SMS dispatch, and AI text scoring.

Base URL

https://app.spotzee.com/api/ext

Authentication

All requests require a bearer token. The same API keys used for the Main API are accepted here. See Authentication.
Authorization: Bearer YOUR_API_KEY

Capabilities

GroupWhat it does
Email healthValidate addresses, detect role accounts, check domain reputation
DNSLook up SPF, DKIM, DMARC, MX records — used by domain-setup wizards
SMSDispatch SMS messages and check delivery
AI text toolsScore, classify, and generate content snippets
Customer dataRead-only lookups for enriched customer records
QuotaInspect remaining credits on metered operations

When to use Extended over Main

Use Extended API for…Use Main API for…
Per-request validation in a signup formCRUD on contacts, segments, journeys
Domain-setup wizards in your own UITriggering campaigns and journeys
High-volume scoring at the edgeReading reporting and analytics data
Quota and credit lookupsManaging organisation and project state

Versioning

The current version is v1. The OpenAPI specification is published at:
https://app.spotzee.com/api/ext/openapi.json
Interactive Swagger UI is available at https://app.spotzee.com/api/ext/docs.

Rate limits

Per-API-key rate limits apply. Quota-metered endpoints (validation, scoring) deduct credits on success — check Quota endpoints before high-volume runs.

Errors

See the Extended API errors reference.

Next

Authentication

API keys and scopes.

Errors

Status codes and error bodies.