# ChileMaps - [ChileMaps: Chilean Address Geocoding API for Developers](https://docs.chilemaps.cl/introduction.md): ChileMaps resolves Chilean commune, street, and number to WGS84 coordinates. Learn what the API offers and how to get started quickly. - [Quick Start: Geocode a Chilean Address with ChileMaps](https://docs.chilemaps.cl/quickstart.md): Learn how to geocode your first Chilean address with ChileMaps. Obtain an API key, send a POST request, and receive WGS84 coordinates in three steps. - [ChileMaps Authentication: API Keys and Bearer Tokens](https://docs.chilemaps.cl/authentication.md): ChileMaps uses Bearer token authentication. Learn how to create an API key from the console and attach it securely to every request. - [How to Geocode Chilean Street Addresses with ChileMaps](https://docs.chilemaps.cl/guides/geocoding.md): Learn how to resolve Chilean addresses to WGS84 coordinates using ChileMaps. Includes field formatting tips, real examples, and handling edge cases. - [Handling 400, 401, and 404 Errors in the ChileMaps API](https://docs.chilemaps.cl/guides/error-handling.md): Understand ChileMaps HTTP error codes: 400 validation errors, 401 auth failures, and 404 address not found. Learn how to handle each case in your app. - [ChileMaps Geocoding API — Frequently Asked Questions](https://docs.chilemaps.cl/guides/faq.md): Common questions about ChileMaps geocoding API: coverage area, address formats, API keys, batching requests, and troubleshooting 404 errors. - [POST /api/search — Geocode Street Addresses in Chile](https://docs.chilemaps.cl/api-reference/search.md): POST /api/search resolves a Chilean commune, street, and number to WGS84 lat/lon coordinates. Returns coordinates on 200, or 404 when not found. ## OpenAPI Specs - [openapi](/api-reference/openapi.json)