ApiKeyHeader
header keySend as X-API-Key (header)
API key that authorizes access to the Geobridge Pelias-compatible API. The key must be supplied on every request made to this service.
Pelias-compatible geocoding endpoints plus asynchronous bulk processing with webhook delivery.
https://api.geobridge.io/v1 Default security requirements: ApiKeyHeader
Send as X-API-Key (header)
API key that authorizes access to the Geobridge Pelias-compatible API. The key must be supplied on every request made to this service.
Asynchronous bulk jobs & results
/bulk/jobs Submit a new asynchronous geocoding job.
/bulk/jobs List recent bulk jobs submitted by the caller.
/bulk/jobs/{job_id} Retrieve the latest status for a bulk job.
/bulk/jobs/{job_id} Cancel a pending or in-progress bulk job.
/bulk/jobs/{job_id}/results Retrieve results for a completed bulk job.
Pelias-compatible endpoints
/search Search globally for places, addresses, and administrative areas.
/reverse Reverse geocode a latitude/longitude pair.
/autocomplete Provide type-ahead suggestions for user-entered text.
/search/structured Structured search using discrete address components.
/place Look up details for specific records by Pelias `gid`.
Inspect reusable objects, error shapes, and payload contracts in the schema explorer.