Documentation menu
geocode
POST/geocode/selection
API key required, sent as Authorization: Bearer snk_… or ?api_key=snk_….
Call it
bash
curl -fsS -X POST "https://api.mapmap.ai/geocode/selection" \
-H "Authorization: Bearer $MAPMAP_KEY" \
-H "Content-Type: application/json" \
-d @request.jsonRequest body
application/json · SelectionRequest
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | yes | The id property of the chosen feature. |
| query | string | yes | The query as typed. |
Responses
202Selection recorded
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | yes | Always "recorded". |
400Missing or over-long query/id
401Missing or invalid API key
429This key has hit its daily selection cap
Error bodies follow the shared problem model documented on API conventions.
Generated from https://api.mapmap.ai/openapi.json on 2026-09-17 · operationId record_selection