v1.0
OpenAPI 3.0.2
MapTiler Service API
MapTiler Service API gives you full access to your account including write operations. You can use it for example to upload or delete data from your MapTiler account.
🔑 Every request must be authorized with a service token – there's no API key alternative for the Service API. Get your token from the Credentials page of your account, then set it as the Authorization header: Token YOUR_SERVICE_TOKEN.
To upload tilesets, we recommend that you use Upload JS or the command-line utility instead of calling this API directly – they handle the upload process for you.
All of the listed endpoints might return these error responses:
| Code | Description | Note |
|---|---|---|
| 400 | Bad Request | |
| 401 | Not Authorized | |
| 403 | Forbidden | Might be returned if you exceed your plan's storage limit |
| 404 | Not Found | |
| 410 | Gone | The requested resource in longer available |
Client Libraries