> For the complete documentation index, see [llms.txt](https://jtheta-ai.gitbook.io/docs.jtheta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jtheta-ai.gitbook.io/docs.jtheta.ai/jtheta-rest-api/openapi/download-dataset.md).

# Download Dataset

## GET /api/export/download

> Get dataset info & dataset download URL

```json
{"openapi":"3.0.3","info":{"title":"JTheta API","version":"1.0.0"},"servers":[{"url":"https://api.jtheta.ai"}],"paths":{"/api/export/download":{"get":{"tags":["Download Dataset"],"summary":"Get dataset info & dataset download URL","parameters":[{"name":"key","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"302":{"description":"Dataset info & dataset download URL"}}}}}}
```
