You can export a dataset from the Roboflow platform using the web interface and the Python SDK.
To create a ZIP file of a dataset for export from the Python SDK, use the project.export() method. To download the ZIP file, use the project.download() method.
/:workspace/:project/:version/:format is the route you should use to get the download link for an exported dataset in a specific format. You can use this in the Jupyter notebooks from our model library or your own custom training scripts.
The following endpoint returns an export value that contains a link key with a URL from which you can download a dataset: