MapTiler Service API
v1.0
API Base URL
MapTiler Service API: https://service.maptiler.com/v1/
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.
You need to authorize every request to the Service API with a service token. Get your service token in your MapTiler account, page Credentials.
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 storage limit was exceeded |
404 | Not Found | |
410 | Gone | The requested resource in longer available |
Additional Information
On this page