Developer tools
API Playground
Test any endpoint live with your API key, view real responses, and copy ready-to-use code snippets.
01 / Configure
Chart Datasets request
02 / Integrate
Code snippets
curl -X GET "https://chartinspect.com/api/v1/charts/bedrock" \
-H "X-API-Key: ci_live_your_api_key_here"Snippets update automatically as you change form parameters.
03 / Inspect
Response
// Send a request to see the response here
// Example:
// 1. Enter your API key above
// 2. Select an endpoint from the dropdown
// 3. Optionally set days/limit parameters
// 4. Click "Send Request"Real API response will appear above