# Geoapify AI integration on Definable

> Geoapify offers a suite of APIs for integrating maps, geocoding, routing, and other location-based services into applications.

## What this connects

Geoapify offers a suite of APIs for integrating maps, geocoding, routing, and other location-based services into applications.

Vendor: https://www.geoapify.com/get-started-with-maps-api/

## Tools available

**25** tools available. First 12:

- `GEOAPIFY_ADDRESS_AUTOCOMPLETE` — Address Autocomplete — Tool to fetch address suggestions based on partial input. Use when you need to get predictive suggestions from incomplete address text.
- `GEOAPIFY_BATCH_REQUESTS` — Batch Requests — Create or retrieve asynchronous batch processing jobs for geocoding, reverse geocoding, routing, or isoline APIs. Use cases: - Batch geocode up to 1000 addresses at once (forward geocoding) - Batch reverse geocode multiple coordinates - Process multiple routing or isoline requests in one batch Workflow: 1. Create a job by providing 'api' and 'inputs' (returns job ID and status 'pending') 2. Poll the job by providing 'id' until status changes from 'pending' to complete (results available)
- `GEOAPIFY_BOUNDARIES` — Get Boundaries Containing Location — Retrieve all administrative boundaries that contain a given location. Returns hierarchical boundaries (suburb, city, county, state, country) as GeoJSON features. Use this to find what administrative areas a coordinate belongs to, get boundary polygons for mapping, or identify postal codes and political districts for a location.
- `GEOAPIFY_CREATE_BATCH_FORWARD_GEOCODE_JOB` — Create Batch Forward Geocode Job — Tool to create a batch forward geocoding job for up to 1000 addresses. Use when you need to geocode multiple addresses asynchronously. Returns a job ID for retrieving results once processing is complete.
- `GEOAPIFY_CREATE_BATCH_REVERSE_GEOCODE_JOB` — Create Batch Reverse Geocode Job — Tool to create a batch reverse geocoding job that converts multiple lat/lon coordinates into addresses asynchronously. Use when you need to reverse geocode multiple coordinates (up to 1000) in one request. Returns a job ID for retrieving results.
- `GEOAPIFY_FORWARD_GEOCODING` — Forward Geocoding — Tool to convert an address into geographic coordinates. Use when you need latitude and longitude from an address.
- `GEOAPIFY_GEOMETRY` — Geometry Operation — Tool to perform geometric operations on stored polygon geometries. Use when combining or intersecting multiple stored geometries.
- `GEOAPIFY_GET_BATCH_FORWARD_GEOCODE_RESULTS` — Get Batch Forward Geocode Results — Tool to retrieve batch forward geocoding job results using the job ID. Use when you need to fetch geocoded addresses from a previously submitted batch job. Results available in JSON or CSV format. Job must be complete (status 200) to get results.
- `GEOAPIFY_GET_BATCH_REVERSE_GEOCODE_RESULTS` — Get Batch Reverse Geocode Results — Tool to retrieve batch reverse geocoding job results. Use when you have a batch job ID from creating a batch reverse geocoding job and want to fetch the completed results.
- `GEOAPIFY_GET_BOUNDARIES_CONSISTS_OF` — Get Child Boundaries (Consists Of) — Get boundaries that a specified location consists of. Returns child administrative divisions (states for country, districts for city). Useful for drilling down into sub-regions.
- `GEOAPIFY_GET_MAP_STYLE` — Get Map Style JSON — Tool to retrieve vector map style JSON for MapLibre GL and Mapbox GL. Returns a Mapbox-compatible style specification for rendering vector tiles.
- `GEOAPIFY_GET_STATIC_MAP` — Generate Static Map Image — Tool to generate static map images with customizable style, size, center, zoom, markers, and geometries. Use when you need a map image for display or printing.

## Auth

Auth schemes: `API_KEY`.

## How agents use Geoapify

Inside a Definable workflow, Geoapify is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Geoapify** — the Researcher (GPT-5.5) pulls context from Geoapify (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Geoapify** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Geoapify (create record, post message, draft email).
- **Designer / Engineer → Distributor → Geoapify** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Geoapify (attach file, open PR comment, post status).

The Verifier checks every Geoapify call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/geoapify/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
