Skip to content

How to Download Dataset Data

Steps to reproduce

  1. Log In to our platform (see Login).
  2. Create a New Project or use one created before.
  3. Create a New Dataset or use one created before.
  4. Get the id_dataset from the response
  5. Run your Dataset.
  6. After your dataset execution is finished "state": "Completed", you can get it's data in different formats using this endpoint.

Request example

Endpoint

POST /api/v1/dataset/download

Body

{
  "id_project": 1,
  "datasets": [
    1
  ],
  "file_extension": "geojson"
}

Successful Response

File to download