Thailand map APIs, documented from the shipped contract.
Geocoding, routing, vector tiles, static maps, and Thai administrative lookup from one metered API surface.
This summary is generated from the same OpenAPI contract rendered below, so it is a coverage check, not marketing copy.
Get a trial key
Create a limited publishable test key, then paste it into any guide. Trial keys are intentionally restricted to browser-safe products.
curl -X POST \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","companyName":"Your Company","allowedOrigin":"https://example.com"}' \
https://api.mapscale.io/v1/trial-keyBase URL
Use production for live traffic and localhost while developing against the API.
https://api.mapscale.iohttp://localhost:3110
Authentication
Send one API key per request. Billable routes are metered by product; health and contract routes stay public.
X-MapScale-Key: $MAPSCALE_API_KEYProducts
Start from the product you are integrating. Client apps usually need Styles, Tiles, Autocomplete and Static Maps; server workflows add Routes, Matrix and Geocoding.
How-to guides
Start with the platform you use. Each guide shows the smallest working map first.