> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 紹介

> Supertone TTS プラットフォームの REST API リファレンス — エンドポイント、パラメータ、レスポンススキーマ。

<Note>
  このドキュメントは英語の原文から自動翻訳されています。表現に不自然な箇所がある場合があります。正確な内容は[英語の原文](/en/api-reference/introduction)もあわせてご確認ください。
</Note>

Supertone API は、当社のボイス AI モデルによる音声生成、ボイスライブラリの参照、独自ボイスのクローニング、使用量のトラッキングを行うための RESTful API です。

このセクションは **エンドポイントリファレンス** であり、すべてのパス、パラメータ、レスポンスを掲載しています。チュートリアル、レシピ、SDK の使い方については [Docs](/ja/docs/overview) セクションをご参照ください。

## ベース URL

```
https://supertoneapi.com
```

すべてのエンドポイントは `/v1` 配下にバージョン管理されています。

## エンドポイントグループ

<CardGroup cols={2}>
  <Card title="Voices" icon="magnifying-glass" href="/ja/api-reference/endpoints/list-voices">
    プリセットボイスの一覧表示、検索、参照を行います。
  </Card>

  <Card title="Custom voices" icon="microphone" href="/ja/api-reference/endpoints/list-custom-voices">
    独自ボイスをクローニングおよび管理します。
  </Card>

  <Card title="Text to speech" icon="comment" href="/ja/api-reference/endpoints/text-to-speech">
    音声の生成、チャンクストリーミング、長さの予測を行います。
  </Card>

  <Card title="Usage" icon="credit-card" href="/ja/api-reference/endpoints/get-usage">
    クレジット残高とボイス別の使用履歴を確認します。
  </Card>
</CardGroup>

## はじめに

Supertone API を初めてお使いの場合は、Docs からご覧ください。

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/ja/docs/quickstart">
    5 分以内に最初の TTS コールを実行します。
  </Card>

  <Card title="SDKs" icon="code" href="/ja/docs/developer-tools/overview">
    公式 Python および TypeScript SDK です。
  </Card>
</CardGroup>
