---
title: "Export all areas"
method: POST
path: "/v3/exports/areas/exportAll"
tags: ["Areas"]
---

# Export all areas

`POST /v3/exports/areas/exportAll`

Exports all areas and associated images available to the user as either fwbundle or zipped csv, shp or geojson. The "fields" array in the body determines the columns in any csv export. The response is an id to poll the GET /v3/exports/areas/{id} endpoint is for the URL once the export has completed

## Request body

- object
  - `fileType` string
  - `fields` string[]
  - `email` string

## Response `200`

OK

- object
  - `data` string

## Other responses

- `400` — Error Response
- `401` — Error Response
- `404` — Error Response

---

[API](https://skmtc.net/wri/apis/fw-exports.md) · [All operations](https://skmtc.net/wri/apis/fw-exports/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wri/fw-exports/revisions/ccfc66512822/schema)
