Introduction
The ChartDB API enables programmatic access to manage and auto-update your database diagrams. It supports authenticated requests using API keys, follows standard HTTP methods and response codes, and accepts JSON-formatted request and response bodies. Use the API to sync your schema changes, automate diagram generation, and integrate ChartDB into your CI/CD workflows or internal tools.Base URL
All API requests should be made to the following base URL:Authentication
To authenticate your requests, include an API key in the Authorization header:Create an API Key

Copy your API Key

Response Format
All responses are returned in JSON format. Successful responses will includestatus & message fields:
status & message fields:
Request Format
For POST and PUT requests, send data in JSON format with the appropriateContent-Type header:
API Versioning
The current version isapi. We include versioning in the URL path:

