---
title: "Create an export method for the app"
method: POST
path: "/app/exportMethods"
tags: ["Export"]
---

# Create an export method for the app

`POST /app/exportMethods`

## Request body

- object
  - `type` string, required — Export method type
  - `name` string, required — Export method name
  - `parameters` unknown[], required — Export method parameters, can be anything as long as the export method type can read it
    - unknown

## Response `200`

Export method added

## Other responses

- `400` — Wrong type or parameters

## Changes

- **2024-07-22** `3063ef5d8a81` — 1 info
  - api operation id `controller.exportMethods.post_export_method` removed and replaced with `debiaiServer.controller.exportMethods.post_export_method`
- **2024-07-19** `30f824d14afd` — 1 info
  - api operation id `debiaiServer.controller.exportMethods.post_export_method` removed and replaced with `controller.exportMethods.post_export_method`

[Change history](https://skmtc.dev/debiai/apis/debiai-backend-api/changes/app/exportMethods/post.md)

---

[API](https://skmtc.dev/debiai/apis/debiai-backend-api.md) · [All operations](https://skmtc.dev/debiai/apis/debiai-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/debiai-backend-api/revisions/3063ef5d8a81/schema)
