Loading account...

Platform Limits

Check Mappinest upload limits, hosted storage allowances, tile validation limits, and API request behavior.

Use this page as the quick reference for limits that affect uploads, hosted storage, tile delivery, and API access.

Hosted storage limits

PlanFile countTotal Hosted storage
Free
10 files
1 GB
Flex
50 files
20 GB
Pro
Custom
Custom

See Storage usage for how the console reports current usage against these allowances.

Upload limits

The console currently accepts MBTiles and PMTiles uploads. See Upload Data for accepted file types and the upload workflow.

PlanPer-file upload sizeDaily upload tries
Free
1 GB
30
Flex
20 GB
100
Pro
20 GB or custom terms
500 or custom terms

Tile complexity limits

New tileset uploads are checked for tile weight and rendering complexity before they are published through the Tiles API.

Vector tilesets

PlanLargest tileAverage tileFields per layerLayers
Free
850 KB
150 KB
50
50
Flex
2 MB
300 KB
150
200
Pro
4 MB
1 MB
300
300

Raster tilesets

PlanTile resolutionLargest tileAverage tile
Free
256 px
850 KB
180 KB
Flex
512 px
2 MB
400 KB
Pro
512 px
4 MB
800 KB

Any single tile above 5 MB is outside the standard upload limits. These limits apply to new uploads and replacements.

Monthly API usage limits

Free and Flex usage is monitored against the monthly included quota. Track request volume in Usage so you can spot growth, campaign spikes, or incorrect integrations before they affect production traffic.

PlanTiles API requestsMap loadsAPI keys
Free
300,000 per month
100,000 per month
2
Flex
5,000,000 per month
250,000 per month
25
Pro
Custom terms
Custom terms
25 or custom terms

Rate limits & error handling

Separate from the monthly quotas above, API requests are rate limited per IP to keep the platform stable. When a limit is exceeded the API returns HTTP 429. See API Error Codes for the full list of responses.

Read the current limit from the API response headers — they always reflect the live limit for the API you are calling. If you require higher usage limits, please contact us.

HeaderWhat it means
RateLimit-Limit
Maximum requests allowed in the current window.
RateLimit-Remaining
Requests remaining in the current window.
RateLimit-Reset
Seconds until the current window resets.
Retry-After
Sent on a 429: seconds to wait before retrying.
X-Cache-Status
Tiles and Map API response: whether the response was served from cache.

Last updated: July 2, 2026