# Data Driver API ## Docs - [Authentication](https://docs.trydatadriver.com/authentication.md): Every request needs your API key. Without it, you'll get a 401 Unauthenticated error. - [Concepts](https://docs.trydatadriver.com/concepts.md): Each one is just a name for something simple. - [Create export](https://docs.trydatadriver.com/endpoints/create-export.md): Generate a CSV or JSONL file of any size. Returns an export_id you poll until it's ready. - [Get export](https://docs.trydatadriver.com/endpoints/get-export.md): Check on an export. Once complete, you get a signed download URL. - [Get schema](https://docs.trydatadriver.com/endpoints/get-schema.md): Discover the columns of a table and which filter operators each column supports. - [Get stats](https://docs.trydatadriver.com/endpoints/get-stats.md): Pre-counted totals broken down by columns. Lets you size queries before pulling rows. - [List datasets](https://docs.trydatadriver.com/endpoints/list-datasets.md): Find out which tables of data you can read with your key. - [Search rows](https://docs.trydatadriver.com/endpoints/search-rows.md): The main read endpoint. Returns actual row data, paginated, with filters applied. - [Data Driver API](https://docs.trydatadriver.com/introduction.md): HTTP service that lets you read lead data stored in our database. Ask for what you want with filters; get JSON back. - [Quickstart](https://docs.trydatadriver.com/quickstart.md): Call the simplest endpoint and see real data come back. - [Common workflows](https://docs.trydatadriver.com/reference/common-workflows.md): Real scenarios end-to-end. - [Error codes](https://docs.trydatadriver.com/reference/error-codes.md): What they mean and how to fix them. - [Filter operators](https://docs.trydatadriver.com/reference/filter-operators.md): Every operator with examples. - [Glossary](https://docs.trydatadriver.com/reference/glossary.md): Every term that might be unfamiliar. ## OpenAPI Specs - [openapi](https://docs.trydatadriver.com/api-reference/openapi.json)