---
title: "Upload and Transcribe"
method: POST
path: "/"
---

# Upload and Transcribe

`POST /`

Upload media files directly to Trint for immediate transcription

## Query parameters

- `language` string
- `filename` string, required
- `user` string
- `metadata` string
- `detect-speaker-change` boolean
- `folder-id` string
- `workspace-id` string
- `custom-dictionary` boolean

## Headers

- `authorization` string, required
- `content-type` string, required

## Request body

- object
  - `RAW_BODY` string, binary, required — The media file to be transcribed

## Response `200`

200

- object
  - `trintId` string

## Other responses

- `400` — 400
- `402` — 402

---

[API](https://skmtc.net/trint/apis/upload-api.md) · [All operations](https://skmtc.net/trint/apis/upload-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trint/upload-api/revisions/915bfdc2d3bf/schema)
