---
title: "Initiates a new task to export AI Coder project data into an Excel file."
method: POST
path: "/AICoder/Export/Excel"
tags: ["AICoder"]
---

# Initiates a new task to export AI Coder project data into an Excel file.

`POST /AICoder/Export/Excel`

This method exports AI Coder project data into an Excel file.

After the method triggers an export task, it returns a unique task key.

This key can be used for tracking the status of exporting through the API endpoint: **AICoder/Export/Excel/{taskStatusKey:long}**.

## Request body

- AICoderExcelExportRequest — Contains request data of the exporting to Excel file task
  - `aiCoderKey` integer, required — Key of target AI Coder project which data should be exported into Excel file

## Response `200`

OK

- AICoderExcelExportResponse — Contains response data from the method that start exporting to Excel file task
  - `errorMessage` string, nullable
  - `taskStatusKey` integer, required — The key of the task

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
