---
title: "POST /api/v1/client/transcribe"
method: POST
path: "/api/v1/client/transcribe"
tags: ["Client API"]
---

# POST /api/v1/client/transcribe

`POST /api/v1/client/transcribe`

Unified endpoint for requesting audio/video transcription. Accepts either a source URL (YouTube, Twitter, Twitch, Kick, TikTok, Twitter Spaces) or a file upload (audio/video). The job type is auto-detected from the input.

## Headers

- `Accept` 'application/json', required

## Response `200`

ID of the inference request.

- JobRequestResponseResource
  - `data` object — Information from success endpoint
    - `request_id` string — Request Id

## Other responses

- `401` — Unauthorized user.
- `422` — Validation failed. Common errors include: model does not exist, model does not support the inference type for this endpoint, or invalid request parameters.
- `429` — Rate limit exceeded. Check X-RateLimit-Type header to determine if minute (RPM) or daily (RPD) limit was hit.

---

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