SER™ API
Spatial Evidence Resolution for messy real-world location input. SER™ turns ambiguous human location language into structured, auditable spatial evidence.
SER™ is not a commodity geocoder. It is an advanced Geocoder API and spatial evidence product for operational language: the kind of text, voice-note transcription, route clue, landmark reference, road fragment, or incident report that normal geocoders often flatten into one fragile coordinate.
The public API endpoint is intentionally simple for developers:
https://travelsafepilot.com/api/v1/ser
The response is built to preserve evidence, confidence, ambiguity, and traceability instead of pretending every query has one clean answer.
{
"ok": true,
"product": "SER",
"version": "v1",
"query": {
"raw": "magic roundabout swindon",
"country_hint": "gb"
},
"top_candidate": {
"rank": 1,
"decision_role": "selected",
"gid": "2bc1a25c-cfe6-541d-a208-a9ba5919b6e5",
"candidate_sha256": "a4661d5c61b28181169521c27e4e01f0a474e6e94b66e34c1888e91d2429e355",
"software_version": "ser-v1",
"score": {
"band": "very_high",
"ambiguous": false
},
"explain_human": "Candidates found - high confidence match"
},
"audit": {
"response_sha256": "example-response-hash",
"log_sha256": "example-log-integrity-hash",
"software_version": "ser-v1"
}
}Developer implementation belongs in the docs. Commercial and technical context belongs in the white paper.
