---
title: "Ask intelligence question"
method: POST
path: "/speech-to-text/{uuid}/ask"
tags: ["speechToText"]
---

# Ask intelligence question

`POST /speech-to-text/{uuid}/ask`

Submit a question about a completed transcript

## Path parameters

- `uuid` string, uuid, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `query` string, required — Question to ask about the transcript

## Response `200`

Question submitted

- SpeechToTextAskTranscriptQuestionResponse200
  - `success` boolean
  - `item` SpeechToTextUuidAskPostResponsesContentApplicationJsonSchemaItem
    - `uuid` string, uuid
    - `transcript_uuid` string, uuid
    - `query` string
    - `status` string
    - `created_at` string, date-time

## Other responses

- `400` — Missing query, transcript not yet processed, or the transcript was created with zero retention and its content has been purged

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
