> ## 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](/ko/docs/overview) 섹션을 참고해 주십시오.

## Base URL

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

모든 엔드포인트는 `/v1` 아래에 버전 관리됩니다.

## 엔드포인트 그룹

<CardGroup cols={2}>
  <Card title="Voices" icon="magnifying-glass" href="/ko/api-reference/endpoints/list-voices">
    프리셋 보이스를 나열, 검색, 조회합니다.
  </Card>

  <Card title="Custom voices" icon="microphone" href="/ko/api-reference/endpoints/list-custom-voices">
    나만의 보이스를 클론하고 관리합니다.
  </Card>

  <Card title="Text to speech" icon="comment" href="/ko/api-reference/endpoints/text-to-speech">
    음성을 생성하거나, 청크 단위로 스트리밍하거나, 길이를 예측합니다.
  </Card>

  <Card title="Usage" icon="credit-card" href="/ko/api-reference/endpoints/get-usage">
    크레딧 잔액과 보이스별 사용 이력을 확인합니다.
  </Card>
</CardGroup>

## 시작하기

Supertone API를 처음 사용하신다면 Docs에서 시작해 주십시오.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/ko/docs/quickstart">
    5분 안에 첫 TTS 호출을 완료합니다.
  </Card>

  <Card title="SDKs" icon="code" href="/ko/docs/developer-tools/overview">
    공식 Python 및 TypeScript SDK입니다.
  </Card>
</CardGroup>
