Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.gridcertainty.com/llms.txt

Use this file to discover all available pages before exploring further.

To use the public API, you can send an API key in one of two ways. The backend accepts both formats on public /v1 routes. Get API key

Option 1: Add it to the header

curl -H "x-api-key: YOUR_API_KEY" https://api.gridcertainty.com/v1/datasets

Option 2: Use the api_key query parameter

curl "https://api.gridcertainty.com/v1/datasets?api_key=YOUR_API_KEY"
Replace YOUR_API_KEY with your actual API key.