# CARTO API **Provider:** CARTO **Category:** developer **Base URL:** `https://carto.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 5,000 map views/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://carto.com/ ## Description CARTO is the Agentic GIS Platform. Go beyond traditional GIS. Scalable spatial analysis for all teams with your spatial data never leaving your cloud ecosystem. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://carto.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://carto.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 5,000 map views/month. Paid from $149/mo (100K views). Geospatial analysis platform. --- *Source: [API Map](https://apimap.dev/apis/carto/) — CC BY 4.0*