# Image-Charts **Provider:** Image-Charts **Category:** ai **Base URL:** `https://image-charts.com/` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://image-charts.com/ ## Description Charts, simple as a URL. A safe and fast replacement for Google Image Charts ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://image-charts.com//chart` | Image-Charts API | | GET | `https://image-charts.com//chart.js/2.8.0` | Chart.js as image API | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://image-charts.com//chart' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/image-charts/) — CC BY 4.0*