---
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

---

[API](https://skmtc.net/debiai/apis/debiai-backend-api.md) · [All operations](https://skmtc.net/debiai/apis/debiai-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debiai/debiai-backend-api/versions/c53e3bf3be9b/schema)
