---
title: "Create an AssemblyAI transcript"
method: POST
path: "/api/assemblyai/v2/transcript"
tags: ["multimodal"]
---

# Create an AssemblyAI transcript

`POST /api/assemblyai/v2/transcript`

Create an AssemblyAI transcript through Respan. Authorization contains the bare Respan API key for native AssemblyAI SDK compatibility; X-Assemblyai-Api-Key contains the AssemblyAI provider key.

## Headers

- `Authorization` string, required
- `X-Assemblyai-Api-Key` string, required

## Request body

- object
  - `audio_url` string, uri, required

## Response `200`

Transcript job created.

- object

## Other responses

- `400` — Invalid request or missing AssemblyAI key.
- `401` — Invalid Respan API key.
- `402` — Insufficient credits.
- `424` — AssemblyAI failed.
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/4e064cf81dae/schema)
