---
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

---

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