---
title: "Get Shared Authorization Token"
method: GET
path: "/tts/token-shared"
tags: ["Text to Speech"]
---

# Get Shared Authorization Token

`GET /tts/token-shared`

Get shared authorization token. This endpoint is used to retrieve a shared authorization token for the Text-to-Speech (TTS) feature. It requires a shared authorization token as input and validates it. It also adds a credit for using the TTS feature.

## Query parameters

- `token` string, required — The shared authorization token for authentication.

## Response `200`

Successful Response

- AppRoutersAssemblyaiAuthenticationTokenResponse
  - `token` string, required

## Other responses

- `422` — Validation Error

---

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