---
title: "Create a streaming transcription token"
method: POST
path: "/v1/audio/transcriptions/stream/token"
tags: ["Audio Transcriptions"]
---

# Create a streaming transcription token

`POST /v1/audio/transcriptions/stream/token`

Create a temporary authentication token for Streaming Speech-to-Text

## Request body

- object
  - `expiresIn` integer, required — Duration of the token in seconds

## Response `200`

Audio transcription stream token

- object
  - `token` string

## Other responses

- `400` — unexpected error

## Changes

- **2025-05-09** `87ed6bc1a434` — 2 info
  - api operation id `createStreamingTranscriptionToken` was added
  - api tag `Audio Transcriptions` added

[Change history](https://skmtc.dev/sullyai/apis/sully-api/changes/v1/audio/transcriptions/stream/token/post.md)

---

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