---
title: "Add a transcription."
method: POST
path: "/transcriptions/"
tags: ["Transcriptions"]
---

# Add a transcription.

`POST /transcriptions/`

Add a transcription to a record.

## Request body

- TranscriptionBody
  - `transcription` string, required
  - `targetNaId` integer, required
  - `targetObjectId` integer
  - `userId` string, required
  - `status` string

## Response `200`

A response body containing confirmation that the transcription was added successfully.

## Other responses

- `400` — Bad Request. Invalid search terms, revise terms.
- `422` — An error response while processing the request to add a transcription.

---

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