---
title: "Execute saved mapping"
method: POST
path: "/Mapping/{mappingId}"
tags: ["Mapping"]
---

# Execute saved mapping

`POST /Mapping/{mappingId}`

Invokes the saved mapping transform. The request body is treated as the input, converted according to the request Content-Type.

## Path parameters

- `mappingId` string, required

## Query parameters

- `verbose` string

## Request body

- object

## Response `200`

Mapping result (any JSON). When `?verbose` is enabled, returns a VerboseReport.

## Other responses

- `206` — Partial result
- `404` — Mapping not found
- `415` — Unsupported media type
- `422` — Compilation, transform, or evaluation failure

---

[API](https://skmtc.net/outburn-il/apis/fume-community-api.md) · [All operations](https://skmtc.net/outburn-il/apis/fume-community-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outburn-il/fume-community-api/versions/38d0cabbc2ce/schema)
