QUICKSTART
GET request
curl "https://travelsafepilot.com/api/v1/ser?q=magic%20roundabout%20swindon&country_hint=gb" \ -H "Authorization: Bearer YOUR_API_KEY"
SER™ API · VERSION 1
SER™ accepts clean or messy location language and returns ranked spatial evidence with confidence, ambiguity, alternatives, explanation, and audit fields where available.
QUICKSTART
curl "https://travelsafepilot.com/api/v1/ser?q=magic%20roundabout%20swindon&country_hint=gb" \ -H "Authorization: Bearer YOUR_API_KEY"
AUTHENTICATION
The developer console uses the signed-in TravelSafePilot account session. SER requests use the generated bearer API key. Keys are tied to the canonical account and active product entitlement.
REQUEST FORMAT
/api/v1/ser?q=...&country_hint=gb
JSON body with q or query, plus optional country_hint.
INTERPRETING OUTPUT
USAGE AND PRICING
The first 1,000 SER™ queries are free per governed account or billing identity. Thereafter, public reference pricing is USD $1.50 or ZAR R30 per 1,000 queries. Enterprise fair-use access is available from USD $1,499 or ZAR R30,000 monthly.
Requests are authenticated, entitlement-checked, classified, metered, and logged without plaintext API-key exposure.
ERRORS AND RECOVERY
The response may still contain ambiguity, alternatives, weak confidence, or unresolved evidence.
The query is missing, invalid, or does not match the supported request shape.
Add the bearer header or rotate the key from the developer console.
The account or key is recognised, but the required SER entitlement is not active.
Back off and review the active account, usage, and commercial state.
Retry safely. Never treat an error payload as a valid spatial decision.