---
title: "Our Speech Extraction API endpoint is used to extract text from audio files."
method: POST
path: "/api/ai/speech-text"
---

# Our Speech Extraction API endpoint is used to extract text from audio files.

`POST /api/ai/speech-text`

## Response `200`

OK

- TextConversionResponse
  - `id` string — The unique identifier associated with the conversion process.
  - `status` string — The status of the conversion process.
  - `timestamp` integer — The timestamp when the conversion request was processed.
  - `content` string — The converted text from the speech.
  - `processing_count` integer — The number of times the content has been processed to create the final content.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid API Key or Organization Key
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/worqhat/apis/worqhat-ai-api-endpoints.md) · [All operations](https://skmtc.net/worqhat/apis/worqhat-ai-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worqhat/worqhat-ai-api-endpoints/revisions/a1044e79bd85/schema)
