Let’s call the simplest endpoint and see real data come back. We’ll list the datasets you can read.Documentation Index
Fetch the complete documentation index at: https://docs.trydatadriver.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 1 — Open your terminal
On Mac/Linux: Terminal. On Windows: Command Prompt or PowerShell. We’ll usecurl, a tool that sends HTTP requests from the command
line.
Step 2 — Run this command
Replacedd_YOURKEY with your real key:
Step 3 — Read the response
You’ll get JSON back that looks like this:You just used the API. That’s the whole loop: send a request
with your key, get JSON. Every other endpoint follows the same
pattern.
What next?
- Discover columns for a table: Get schema
- Pull rows: Search rows
- Download a big result: Create export