---
title: "Export module data to Excel"
method: POST
path: "/api/export/excel"
tags: ["export"]
---

# Export module data to Excel

`POST /api/export/excel`

Generate an Excel file with data from the specified module and return a download URL.

## Headers

- `x-api-token` string, nullable

## Request body

- ExportRequest — Request body for export endpoint.
  - `module` string, required
  - `filters` object, nullable
  - `columns` object[], nullable
  - `include_photos` boolean, nullable

## Response `200`

Successful Response

- ExportResponse — Response from export endpoint.
  - `download_url` string, required
  - `filename` string, required
  - `record_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
