# Cartesia Docs: Japanese

## Japanese

### モデル

#### はじめに

- [Cartesiaへようこそ](https://docs.cartesia.ai/ja-jp/get-started/overview.md): CartesiaのAPIは、開発者が自然で応答性の高い、リアルタイムかつマルチモーダルなAI体験を構築できるようにします。
- [リアルタイム Text-to-Speech クイックスタート](https://docs.cartesia.ai/ja-jp/get-started/realtime-text-to-speech-quickstart.md): WebSocket経由でCartesiaにテキストをストリームし、音声をリアルタイムで受け取ります。
- [リアルタイム Speech-to-Text クイックスタート](https://docs.cartesia.ai/ja-jp/get-started/realtime-speech-to-text-quickstart.md): Ink-2に音声をストリーミングし、トランスクリプトをリアルタイムで受け取ります。
- [アプリケーションを認証する](https://docs.cartesia.ai/ja-jp/get-started/authenticate-your-client-applications.md): ブラウザではアクセストークンを、サーバーではAPIキーを使用する
- [料金](https://docs.cartesia.ai/ja-jp/pricing.md): Cartesiaの使用量課金の仕組み

#### Text-to-Speech

- [Sonic 3.5](https://docs.cartesia.ai/ja-jp/build-with-cartesia/tts-models/latest.md)

##### ガイド

- [Sonicで構築する](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/tts.md)
- [プロンプトのヒント](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/prompting-tips.md): 最小限のプロンプトエンジニアリングで、Sonic から自然な出力を得られます。
- [カスタム発音](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/custom-pronunciations.md): 固有名詞やドメイン固有の用語など、正しい発音を得るのが難しい単語に対してカスタム発音を指定します。
- [音量、速度、感情](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/volume-speed-emotion.md): 生成される音声の速度、音量、感情を制御します。
- [SSML タグ](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/ssml-tags.md)
- [TTS エンドポイントの比較](https://docs.cartesia.ai/ja-jp/use-the-api/compare-tts-endpoints.md): bytes、SSE、WebSocket がテキスト読み上げでどう異なるか、それぞれをいつ使うか。
- [出力フォーマット](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/tts-output-audio-format.md)
- [定型応答のための音声キャッシュ](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/tts-caching.md): 定型的な TTS フレーズを raw PCM として事前生成し、ライブの WebSocket 音声とインターリーブしてレイテンシとクレジットを削減する
- [Sonic 3 から Sonic 3.5 への移行](https://docs.cartesia.ai/ja-jp/build-with-cartesia/tts-models/sonic-3-to-sonic-3-5.md): Sonic 3.5 の新機能と切り替え前に知っておくべきこと。

###### ボイス

- [ボイスの選び方](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/choosing-a-voice.md): ボイスエージェントに最適なボイスを選ぶ方法
- [Instant Voice Clone](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/clone-voices.md): 音声クリップから最良のボイスクローンを得る方法を学びます。
- [Pro Voice Clone](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/clone-voices-pro.md): 30分以上の音声で学習し、ほぼ完全な音声のレプリカを作成します
- [多言語対応ボイス](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/multilingual-voices.md): ボイスを新しい言語やアクセントでネイティブのように聞こえさせる方法を紹介します。

###### ストリーミング文字起こし

- [継続による入力ストリーミング](https://docs.cartesia.ai/ja-jp/build-with-cartesia/capability-guides/stream-inputs-using-continuations.md): Sonic TTS に入力テキストをストリーミングする方法を学びます。
- [コンテキスト](https://docs.cartesia.ai/ja-jp/use-the-api/tts-websocket/contexts.md)
- [コンテキストのフラッシュと Flush ID](https://docs.cartesia.ai/ja-jp/use-the-api/tts-websocket/context-flushing-and-flush-i-ds.md): コンテキストのフラッシュによって複数のトランスクリプト生成を管理する方法を学びます。
- [バッファリング](https://docs.cartesia.ai/ja-jp/use-the-api/tts-websocket/buffering.md): 音声生成前のテキストのバッファリング方法を制御して、プロソディとレイテンシーのバランスを取ります。

##### 旧モデル

- [旧モデル](https://docs.cartesia.ai/ja-jp/build-with-cartesia/tts-models/older-models.md)
- [非推奨モデル](https://docs.cartesia.ai/ja-jp/build-with-cartesia/tts-models/api-changes.md)

#### Speech-to-Text

- [Ink 2](https://docs.cartesia.ai/ja-jp/build-with-cartesia/stt/latest.md)
- [旧モデル](https://docs.cartesia.ai/ja-jp/build-with-cartesia/stt/older-models.md)

##### ガイド

- [Inkで構築する](https://docs.cartesia.ai/ja-jp/build-with-cartesia/stt/guides.md)
- [エンドポイントの比較](https://docs.cartesia.ai/ja-jp/use-the-api/stt/compare-endpoints.md): Cartesia の speech-to-text API と統合する方法は 3 種類あります
- [ターン検出](https://docs.cartesia.ai/ja-jp/use-the-api/stt/turns.md): ユーザーターンを自動的に検出し、別個の VAD を必要としません
- [キータームプロンプティング](https://docs.cartesia.ai/ja-jp/use-the-api/stt/keyterms.md): 特定の単語やフレーズの文字起こし精度を向上させる
- [音声入力](https://docs.cartesia.ai/ja-jp/build-with-cartesia/stt/audio-input.md): リアルタイム音声に適切なエンコーディングとサンプルレートを見つける方法
- [移行ガイド](https://docs.cartesia.ai/ja-jp/use-the-api/stt/migrations.md): Ink と他モデルの違い

###### トラブルシューティング

- [トラブルシューティング](https://docs.cartesia.ai/ja-jp/use-the-api/stt/troubleshooting/index.md): 文字起こしエラー、高レイテンシー、サーバーエラー
- [Realtime STT (Auto)](https://docs.cartesia.ai/ja-jp/use-the-api/stt/troubleshooting/auto.md): `/stt/turns/websocket` のトランスクリプトエラー、高レイテンシー、サーバーエラー
- [Realtime STT (Manual)](https://docs.cartesia.ai/ja-jp/use-the-api/stt/troubleshooting/manual.md): `/stt/websocket` のトランスクリプトエラー、高レイテンシー、サーバーエラー

#### ツール

- [クライアントライブラリ](https://docs.cartesia.ai/ja-jp/tools/client-libraries.md): 公式のJavaScript/TypeScriptおよびPython SDKを使用してCartesia APIを呼び出します。

##### AI ツール

- [AIエージェントガイド](https://docs.cartesia.ai/ja-jp/tools/ai/agent-guide.md): 開発者がAIツールを使ってCartesiaを統合するのを支援するための直接的なガイド。
- [エージェントスキル](https://docs.cartesia.ai/ja-jp/tools/ai/agent-skills.md): エディタにCartesia Agent Skillsをインストールしましょう — コーディングエージェントが、適切なCartesia認証、バージョン管理、製品の境界線をすぐに適用できるようキュレーションされたガイドです。
- [MCP](https://docs.cartesia.ai/ja-jp/tools/ai/mcp.md): uvxでcartesia-mcpを実行し、CursorやClaude CodeなどのMCPクライアントからCartesia TTS、STT、ボイス、発音辞書を使用します。
- [LLM向けドキュメントファイル](https://docs.cartesia.ai/ja-jp/tools/ai/llms-txt.md): Cartesiaドキュメントを取り込むアシスタントやツール向けの機械可読インデックスファイル。

#### 連携

- [概要](https://docs.cartesia.ai/ja-jp/integrations/overview.md): 自社アプリ向けの Cartesia TTS および STT のパートナーインテグレーション。Cartesia ホスト型エージェントではありません。

##### パートナー

- [パートナーインテグレーション](https://docs.cartesia.ai/ja-jp/integrations/partners.md): サードパーティプラットフォーム上の公式Cartesiaインテグレーション
- [LiveKit](https://docs.cartesia.ai/ja-jp/integrations/live-kit.md)
- [Pipecat](https://docs.cartesia.ai/ja-jp/integrations/pipecat.md)

##### コミュニティ

- [コミュニティインテグレーション](https://docs.cartesia.ai/ja-jp/integrations/community/index.md): サードパーティ開発者によって構築・メンテナンスされているインテグレーション
- [Anam + Cartesia](https://docs.cartesia.ai/ja-jp/integrations/community/anam-cartesia.md): Use a Cartesia Sonic TTS voice in an Anam interactive avatar session
- [Avaturn + Cartesia Line](https://docs.cartesia.ai/ja-jp/integrations/community/avaturn-cartesia-line.md): Avaturn のアバターセッションを、デプロイ済みの Cartesia Line エージェントに接続して音声会話を実現します。
- [Genesys + Cartesia Sonic](https://docs.cartesia.ai/ja-jp/integrations/community/genesys-tts-connector.md): Configure the Genesys TTS Connector integration to synthesize speech with Cartesia
- [LiveAvatar + Cartesia](https://docs.cartesia.ai/ja-jp/integrations/community/liveavatar-cartesia.md): LiveAvatar（HeyGen 提供）のインタラクティブアバターを Cartesia Sonic TTS 音声で発話させる
- [LiveAvatar + Cartesia Line](https://docs.cartesia.ai/ja-jp/integrations/community/liveavatar-cartesia-line.md): デプロイ済みの Cartesia Line エージェントに LiveAvatar（HeyGen 提供）Cartesia Agent Connector でストリーミングアバターを付与する
- [Tavily + Cartesia Line](https://docs.cartesia.ai/ja-jp/integrations/community/tavily-cartesia-line.md): Give a Cartesia Line voice agent live web search and page extraction via the Tavily API
- [Parallel Search + Cartesia Line](https://docs.cartesia.ai/ja-jp/integrations/community/parallel-cartesia-line.md): Cartesia Line 音声エージェントに Parallel Search を追加する
- [TrueFoundry + Cartesia](https://docs.cartesia.ai/ja-jp/integrations/community/truefoundry.md): Route Cartesia TTS and STT through TrueFoundry's AI Gateway
- [Rasa](https://docs.cartesia.ai/ja-jp/integrations/rasa.md)
- [Tencent RTC](https://docs.cartesia.ai/ja-jp/integrations/tencent-rtc.md)
- [Thoughtly](https://docs.cartesia.ai/ja-jp/integrations/thoughtly.md)
- [Twilio と統合する](https://docs.cartesia.ai/ja-jp/integrations/twilio.md): Twilio と Cartesia を統合してテキストから音声を生成し、音声通話として送信する方法。
- [Bandwidth + Cartesia](https://docs.cartesia.ai/ja-jp/integrations/community/bandwidth-cartesia.md): Run a two-way voice agent on a Bandwidth phone call with Cartesia Ink 2 speech-to-text and Sonic text-to-speech
- [Vision Agents by Stream](https://docs.cartesia.ai/ja-jp/integrations/vision-agents-by-stream.md)

#### エンタープライズ

- [SSOのセットアップ](https://docs.cartesia.ai/ja-jp/enterprise/set-up-sso.md): エンタープライズ組織向けのシングルサインオン（SSO）を、Cartesia Playgroundから直接設定します。
- [組織のセットアップ](https://docs.cartesia.ai/ja-jp/enterprise/set-up-an-organization.md)
- [ゼロデータリテンション](https://docs.cartesia.ai/ja-jp/enterprise/zero-data-retention.md): ゼロデータリテンション(ZDR)は、Text-to-Speech(TTS)およびSpeech-to-Text(STT) APIにおいて、Cartesiaエンタープライズのお客様向けに提供されています。
- [リージョナルエンドポイント](https://docs.cartesia.ai/ja-jp/enterprise/regional-endpoints.md): データ主権要件に対応するため、Cartesia Enterprise のお客様には専用のリージョナルデプロイメントをご利用いただけます。

### エージェント

#### テレフォニー

- [電話番号](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/phone-numbers.md): 音声エージェントに電話番号を接続して、インバウンドおよびアウトバウンドの通話を行います。
- [Cartesia 番号](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/cartesia-numbers.md): 音声エージェント用の Cartesia 電話番号をプロビジョニングおよび管理します。
- [Twilio インテグレーション](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/twilio/integration.md): 既存の Twilio アカウントを接続し、既存の電話番号をインポートします。
- [リージョナルルーティング](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/twilio/regional-routing.md): Twilio のリージョンが通話ルーティングと認証情報のスコープにどのように影響するか。
- [SIP トランキング（ベータ）](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/sip-trunking.md): SIP トランクを接続して、独自のキャリアを Cartesia エージェントで使用します。
- [アウトバウンドコール](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/outbound-dialing.md)
- [Batch Calling](https://docs.cartesia.ai/ja-jp/line/integrations/telephony/batch-calling.md)

#### 評価

- [メトリクス](https://docs.cartesia.ai/ja-jp/line/evaluations/metrics.md): 完了した通話でエージェントのパフォーマンスを測定します。
- [結果](https://docs.cartesia.ai/ja-jp/line/evaluations/results.md): 完了した通話のメトリクス結果を確認し、エクスポートします。

### API リファレンス

#### 2026-03-01

##### API の利用

- [API の規約](https://docs.cartesia.ai/ja-jp/use-the-api/api-conventions.md)
- [API エラー](https://docs.cartesia.ai/ja-jp/use-the-api/api-errors.md)
- [同時実行と WebSocket の制限](https://docs.cartesia.ai/ja-jp/use-the-api/concurrency-limits-and-timeouts.md): Cartesia API の同時実行制限とタイムアウトについて学びます。

##### API ステータス

- [API のステータスとバージョン](https://docs.cartesia.ai/ja-jp/api-reference/api-status/get.md)

##### TTS

- [テキスト読み上げ (Bytes)](https://docs.cartesia.ai/ja-jp/api-reference/tts/bytes.md): Stream audio from a complete transcript
- [テキスト読み上げ (SSE)](https://docs.cartesia.ai/ja-jp/api-reference/tts/sse.md): Stream audio with extra metadata from a complete transcript
- [テキスト読み上げ (WebSocket)](https://docs.cartesia.ai/ja-jp/api-reference/tts/websocket.md): Generate audio in realtime with contexts

##### STT

- [リアルタイム音声認識 (自動)](https://docs.cartesia.ai/ja-jp/api-reference/stt/turns/websocket.md): Realtime speech transcription with built-in turn detection
- [リアルタイム音声認識 (手動)](https://docs.cartesia.ai/ja-jp/api-reference/stt/websocket.md): Realtime speech transcription without turn detection
- [バッチ音声認識 (STT)](https://docs.cartesia.ai/ja-jp/api-reference/stt/transcribe.md): Transcribes an audio file of any length

##### エージェント

###### Calls

- [コール一覧](https://docs.cartesia.ai/ja-jp/api-reference/agents/calls/list-calls.md): Lists an agent's calls, or the calls placed for one outbound call batch. One of `agent_id` or `batch_id` is required.
- [アウトバウンドコールを作成](https://docs.cartesia.ai/ja-jp/api-reference/agents/calls/create-outbound-call.md)
- [コールを取得](https://docs.cartesia.ai/ja-jp/api-reference/agents/calls/get-call.md)
- [コールをキャンセル](https://docs.cartesia.ai/ja-jp/api-reference/agents/calls/cancel-call.md): Terminates an active call. Only calls in the `started` status can be cancelled; the call ends with end reason `api_cancelled`.
- [コールを削除](https://docs.cartesia.ai/ja-jp/api-reference/agents/calls/delete-call.md): Deletes the sensitive data for a call, including the transcript, audio recordings, and logs. The call record is retained with non-sensitive operational metadata; deleted fields are omitted from subsequent API responses, and `redacted_at` marks when deletion occurred. Deletion cannot be undone.
- [コール音声をダウンロード](https://docs.cartesia.ai/ja-jp/api-reference/agents/calls/download-call-audio.md)

###### Batch Calling

- [コールバッチを作成](https://docs.cartesia.ai/ja-jp/api-reference/agents/call-batches/create-call-batch.md): Queues a batch of outbound calls. Calls are issued gradually, subject to the organization's and the batch's concurrency limits.
- [コールバッチ一覧](https://docs.cartesia.ai/ja-jp/api-reference/agents/call-batches/list-call-batches.md)
- [コールバッチを取得](https://docs.cartesia.ai/ja-jp/api-reference/agents/call-batches/get-call-batch.md): Retrieves a batch and the current status of each of its recipients.
- [コールバッチをキャンセル](https://docs.cartesia.ai/ja-jp/api-reference/agents/call-batches/cancel-call-batch.md): Stops dialing the batch's queued calls. Calls already in flight are left to finish. Idempotent.
- [コールバッチをリトライ](https://docs.cartesia.ai/ja-jp/api-reference/agents/call-batches/retry-call-batch.md): Re-queues the batch's recipients whose latest call attempt failed or went unanswered, so the dispatcher dials them again. Recipients that successfully completed their call are left untouched. A cancelled batch cannot be retried.

###### Phone Numbers

- [電話番号一覧](https://docs.cartesia.ai/ja-jp/api-reference/agents/phone-numbers/list.md)
- [電話番号を取得](https://docs.cartesia.ai/ja-jp/api-reference/agents/phone-numbers/get.md): Returns the details of a specific phone number
- [電話番号をインポート](https://docs.cartesia.ai/ja-jp/api-reference/agents/phone-numbers/import.md)
- [Cartesia 番号をプロビジョニング](https://docs.cartesia.ai/ja-jp/api-reference/agents/phone-numbers/provision.md): Provision a new Cartesia-managed US phone number
- [電話番号を更新](https://docs.cartesia.ai/ja-jp/api-reference/agents/phone-numbers/update.md): Update a phone number's label, agent assignment, or provider
- [電話番号を削除](https://docs.cartesia.ai/ja-jp/api-reference/agents/phone-numbers/delete.md)

###### Providers

- [プロバイダー一覧](https://docs.cartesia.ai/ja-jp/api-reference/agents/providers/list.md): List telephony provider accounts linked to your account. Supports Twilio and SIP Trunk providers.
- [プロバイダーを取得](https://docs.cartesia.ai/ja-jp/api-reference/agents/providers/get.md): Returns the details of a specific provider account.
- [プロバイダーを作成](https://docs.cartesia.ai/ja-jp/api-reference/agents/providers/create.md): Link a telephony provider account. For Twilio, credentials are validated before the provider is created. Each account SID + region combination can only be linked once. For SIP trunks, configure a trunk with an inbound and/or outbound configuration.
- [プロバイダーを更新](https://docs.cartesia.ai/ja-jp/api-reference/agents/providers/update.md): Update a provider. For Twilio, credentials are validated before applying. If phone numbers using this provider cannot be verified with the new credentials, the update is rejected with a list of unreachable numbers. For SIP trunks, omitted fields remain unchanged. Set `credentials` or `destination_co…
- [プロバイダーを削除](https://docs.cartesia.ai/ja-jp/api-reference/agents/providers/delete.md): Delete a provider account

###### Metrics

- [メトリクス一覧](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/list-metrics.md): List of all LLM-as-a-Judge metrics owned by your account.
- [メトリクスを取得](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/get-metric.md): Get a metric by its ID.
- [メトリクスを作成](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/create-metric.md): Create a new metric.
- [メトリクスを削除](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/delete-metric.md): Delete a metric by its ID. The metric is removed from all agents it is attached to. Existing metric results are retained.
- [メトリクス結果一覧](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/list-metric-results.md)
- [メトリクス結果を CSV としてエクスポート](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/export-metric-results.md): Exports metric results as a CSV file.
- [エージェントにメトリクスを追加](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/add-metric-to-agent.md)
- [エージェントからメトリクスを削除](https://docs.cartesia.ai/ja-jp/api-reference/agents/metrics/remove-metric-from-agent.md)

##### 認証

- [新しいアクセストークンを生成する](https://docs.cartesia.ai/ja-jp/api-reference/auth/access-token.md): Generates a short-lived access token to make API requests from authenticated clients.

##### ボイス

- [ボイス一覧](https://docs.cartesia.ai/ja-jp/api-reference/voices/list.md)
- [アクセント一覧](https://docs.cartesia.ai/ja-jp/api-reference/accents/list.md): Retrieve all supported accents, including which ones you can localize a voice into. Filter with `is_localizable`, `language`, and `locale`. If you pass more than one, every filter has to match.
- [ボイスをクローンする](https://docs.cartesia.ai/ja-jp/api-reference/voices/clone.md)
- [ボイスを削除する](https://docs.cartesia.ai/ja-jp/api-reference/voices/delete.md)
- [ボイスを更新する](https://docs.cartesia.ai/ja-jp/api-reference/voices/update.md): Update the name, description, gender, and accent of a voice. To set the gender back to the default, set the gender to `null`. If gender is not specified, the gender will not be updated.
- [ボイスを取得する](https://docs.cartesia.ai/ja-jp/api-reference/voices/get.md)
- [ボイスをローカライズする](https://docs.cartesia.ai/ja-jp/api-reference/voices/localize.md): Localize a voice to sound native in another accent. This creates a new voice with its own voice ID.
- [ボイスにアクセントを追加する](https://docs.cartesia.ai/ja-jp/api-reference/voices/add-accents.md): Add accents to an instant voice clone you own so a single `voice_id` can speak multiple accents natively.
- [ボイスのアクセントを削除する](https://docs.cartesia.ai/ja-jp/api-reference/voices/delete-accent.md): Remove an accent your instant voice clone supports.

##### Pronunciation Dicts

- [List](https://docs.cartesia.ai/ja-jp/api-reference/pronunciation-dicts/list.md): List all pronunciation dictionaries for the authenticated user
- [Create](https://docs.cartesia.ai/ja-jp/api-reference/pronunciation-dicts/create.md): Create a new pronunciation dictionary
- [Get](https://docs.cartesia.ai/ja-jp/api-reference/pronunciation-dicts/get.md): Retrieve a specific pronunciation dictionary by ID
- [Update](https://docs.cartesia.ai/ja-jp/api-reference/pronunciation-dicts/update.md): Update a pronunciation dictionary
- [Delete](https://docs.cartesia.ai/ja-jp/api-reference/pronunciation-dicts/delete.md): Delete a pronunciation dictionary

##### Datasets

- [List](https://docs.cartesia.ai/ja-jp/api-reference/datasets/list.md): Paginated list of datasets
- [Create](https://docs.cartesia.ai/ja-jp/api-reference/datasets/create.md): Create a new dataset
- [Get](https://docs.cartesia.ai/ja-jp/api-reference/datasets/get.md): Retrieve a specific dataset by ID
- [Update](https://docs.cartesia.ai/ja-jp/api-reference/datasets/update.md): Update an existing dataset
- [Delete](https://docs.cartesia.ai/ja-jp/api-reference/datasets/delete.md): Delete a dataset
- [List files](https://docs.cartesia.ai/ja-jp/api-reference/datasets/list-files.md): Paginated list of files in a dataset
- [Upload file](https://docs.cartesia.ai/ja-jp/api-reference/datasets/upload-file.md): Upload a new file to a dataset
- [Delete file](https://docs.cartesia.ai/ja-jp/api-reference/datasets/delete-file.md): Remove a file from a dataset

##### Files

- [ファイルをアップロード](https://docs.cartesia.ai/ja-jp/api-reference/files/upload.md): Upload a file, tagged with what it will be used for.
- [ファイル一覧](https://docs.cartesia.ai/ja-jp/api-reference/files/list.md): Paginated list of your uploaded files.
- [ファイルを取得](https://docs.cartesia.ai/ja-jp/api-reference/files/get.md): Retrieve a file's metadata.
- [ファイルをダウンロード](https://docs.cartesia.ai/ja-jp/api-reference/files/download.md): Download a file's contents.
- [ファイルを削除](https://docs.cartesia.ai/ja-jp/api-reference/files/delete.md): Delete an uploaded file.

##### Fine Tunes

- [List](https://docs.cartesia.ai/ja-jp/api-reference/fine-tunes/list.md): Paginated list of all fine-tunes for the authenticated user
- [Create](https://docs.cartesia.ai/ja-jp/api-reference/fine-tunes/create.md): Create a new fine-tune
- [Get](https://docs.cartesia.ai/ja-jp/api-reference/fine-tunes/get.md): Retrieve a specific fine-tune by ID
- [Delete](https://docs.cartesia.ai/ja-jp/api-reference/fine-tunes/delete.md): Delete a fine-tune
- [ボイス一覧](https://docs.cartesia.ai/ja-jp/api-reference/fine-tunes/list-voices.md): List all voices created from a fine-tune

##### Infill

- [インフィル (Bytes)](https://docs.cartesia.ai/ja-jp/api-reference/infill/bytes.md): Generate audio that smoothly connects two existing audio segments

##### Admin

###### Usage

- [Get Credit Usage](https://docs.cartesia.ai/ja-jp/api-reference/usage/credits.md): Returns your credit usage over time, bucketed by the requested interval.
- [Get Agent Usage](https://docs.cartesia.ai/ja-jp/api-reference/usage/agents.md): Returns your agent usage over time, bucketed by the requested interval.

###### API Keys

- [List API Keys](https://docs.cartesia.ai/ja-jp/api-reference/api-keys/list.md): Returns a paginated list of standard API keys owned by the authenticating organization. Only metadata is returned, not the keys themselves. Admin API keys are not included.
- [Get API Key](https://docs.cartesia.ai/ja-jp/api-reference/api-keys/get.md): Returns metadata for a single API key.

###### 組織

- [List Users](https://docs.cartesia.ai/ja-jp/api-reference/organizations/list-users.md): Lists users in the organization, ordered by when they joined (newest first)
- [Get User](https://docs.cartesia.ai/ja-jp/api-reference/organizations/get-user.md)
- [Remove User](https://docs.cartesia.ai/ja-jp/api-reference/organizations/remove-user.md): Removes a non-admin user from the organization without deleting their account
- [List Invites](https://docs.cartesia.ai/ja-jp/api-reference/organizations/list-invites.md): Lists organization invites, filtered by status
- [Create Invites](https://docs.cartesia.ai/ja-jp/api-reference/organizations/create-invites.md): Invites email addresses to the organization as members. If any email is rejected, the whole request fails and no invites are created. Rate limited to 10 requests per hour.
- [Get Invite](https://docs.cartesia.ai/ja-jp/api-reference/organizations/get-invite.md)
- [Cancel Invite](https://docs.cartesia.ai/ja-jp/api-reference/organizations/cancel-invite.md): Cancels a pending invite. If it has already been accepted, [remove the user](/api-reference/organizations/remove-user) instead.

#### 2024-11-13

##### API の利用

- [API の規約](https://docs.cartesia.ai/ja-jp/use-the-api/api-conventions.md)
- [同時実行と WebSocket の制限](https://docs.cartesia.ai/ja-jp/use-the-api/concurrency-limits-and-timeouts.md): Cartesia API の同時実行制限とタイムアウトについて学びます。

##### API ステータス

- [API ステータスとバージョン](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/api-status/get.md)

##### TTS

- [テキスト読み上げ (Bytes)](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/tts/bytes.md): Stream audio from a complete transcript
- [テキスト読み上げ (SSE)](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/tts/sse.md): Stream audio with extra metadata from a complete transcript
- [テキスト読み上げ (WebSocket)](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/tts/websocket.md): Generate audio in realtime with contexts

##### STT

- [リアルタイム音声認識 (自動)](https://docs.cartesia.ai/ja-jp/api-reference/stt/turns/websocket.md): Realtime speech transcription with built-in turn detection
- [音声認識 (ストリーミング)](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/stt/websocket.md): Realtime speech transcription without turn detection
- [バッチ音声認識 (STT)](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/stt/transcribe.md): Transcribes an audio file of any length

##### 認証

- [新しいアクセストークンを生成](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/auth/access-token.md): Generates a short-lived access token to make API requests from authenticated clients.

##### ボイス

- [ボイス一覧を取得](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/list.md)
- [ボイスをクローン](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/clone.md)
- [ボイスを削除](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/delete.md)
- [ボイスを更新](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/update.md)
- [ボイスを取得](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/get.md)
- [ボイスをローカライズ](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/localize.md): Create a new voice from an existing voice localized to a new language and dialect.
- [ボイスをミックス](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/mix.md)
- [ボイスを作成](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/voices/create.md): Create voice from an embedding

##### Infill

- [インフィル (Bytes)](https://docs.cartesia.ai/ja-jp/2024-11-13/api-reference/infill/bytes.md): Generate audio that smoothly connects two existing audio segments

#### 2024-06-10

##### API の利用

- [API の規約](https://docs.cartesia.ai/ja-jp/use-the-api/api-conventions.md)
- [同時実行と WebSocket の制限](https://docs.cartesia.ai/ja-jp/use-the-api/concurrency-limits-and-timeouts.md): Cartesia API の同時実行制限とタイムアウトについて学びます。

##### API ステータス

- [API のステータスとバージョン](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/api-status/get.md)

##### TTS

- [テキスト読み上げ (Bytes)](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/tts/bytes.md): Stream audio from a complete transcript
- [テキスト読み上げ (SSE)](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/tts/sse.md): Stream audio with extra metadata from a complete transcript
- [テキスト読み上げ (WebSocket)](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/tts/websocket.md): Generate audio in realtime with contexts

##### STT

- [リアルタイム音声認識 (自動)](https://docs.cartesia.ai/ja-jp/api-reference/stt/turns/websocket.md): Realtime speech transcription with built-in turn detection
- [音声認識 (ストリーミング)](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/stt/websocket.md): Realtime speech transcription without turn detection
- [バッチ音声認識 (STT)](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/stt/transcribe.md): Transcribes an audio file of any length

##### 認証

- [新しいアクセストークンを生成する](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/auth/access-token.md): Generates a short-lived access token to make API requests from authenticated clients.

##### ボイス

- [ボイス一覧](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/list.md)
- [ボイスをクローンする](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/clone.md)
- [ボイスを削除する](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/delete.md)
- [ボイスを更新する](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/update.md)
- [ボイスを取得する](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/get.md)
- [ボイスをローカライズする](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/localize.md): Create a new voice from an existing voice localized to a new language and dialect.
- [ボイスをミックスする](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/mix.md)
- [ボイスを作成する](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/voices/create.md): Create voice from an embedding

##### Infill

- [Infill (Bytes)](https://docs.cartesia.ai/ja-jp/2024-06-10/api-reference/infill/bytes.md): Generate audio that smoothly connects two existing audio segments

### サンプル

#### TTS Generate

- [ファイルへ生成](https://docs.cartesia.ai/ja-jp/examples/tts-generate-to-file.md): generate() と write_to_file() を使って wav ファイルへ書き出します。

#### TTS WebSocket

- [WebSocket の基本](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-basic.md): websocket_connect() コンテキストマネージャを使った基本的な WebSocket の使い方。
- [入力継続を用いた WebSocket](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-continuations.md): 継続を使い、複数のパートに分割されたトランスクリプトをストリーミングします。
- [WebSocket のフラッシュ](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-flushing.md): 手動でフラッシュし、異なるトランスクリプトの音声を分離する方法を示します。
- [WebSocket での感情コントロール](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-emotion.md): generation_config を使い、ストリームの途中で感情を変更する方法を示します。
- [WebSocket での話速コントロール](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-speed.md): generation_config を使い、ストリームの途中で話速を変更する方法を示します。
- [WebSocket の同時並行コンテキスト](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-concurrent-contexts.md): 1 つの接続上で 2 つのコンテキストを使い、それぞれ ctx.receive() で独自の音声を取得します。
- [WebSocket のレスポンスハンドリング](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-response-handling.md): WebSocket のレスポンス種別ハンドリング。

#### TTS SSE

- [SSE ストリーミング](https://docs.cartesia.ai/ja-jp/examples/tts-sse-basic.md): 基本的な SSE ストリーミング。
- [単語タイムスタンプ付き SSE](https://docs.cartesia.ai/ja-jp/examples/tts-sse-with-timestamps.md): 単語タイムスタンプ付きの SSE ストリーミング。
- [音素タイムスタンプ付き SSE](https://docs.cartesia.ai/ja-jp/examples/tts-sse-with-phoneme-timestamps.md): 音素タイムスタンプ付きの SSE ストリーミング。

#### STT

- [リアルタイム STT(自動)](https://docs.cartesia.ai/ja-jp/examples/stt-auto-finalize-websocket.md): ネイティブのターン検出を用いたリアルタイム文字起こし。ボイスエージェント向けの推奨方式です。
- [リアルタイム STT(手動)](https://docs.cartesia.ai/ja-jp/examples/stt-manual-finalize-websocket.md): ユーザーのターンをあなたが制御するリアルタイム文字起こし。プッシュ・トゥ・トークのアプリに推奨。
- [バッチ STT](https://docs.cartesia.ai/ja-jp/examples/stt-transcribe.md): 事前録音された音声ファイルを文字起こしします。

#### ボイス

- [ボイス一覧](https://docs.cartesia.ai/ja-jp/examples/voices-list.md): ページネーション付きでボイスを一覧表示します。
- [ボイスを取得する](https://docs.cartesia.ai/ja-jp/examples/voices-get.md): 特定のボイスを取得します。
- [ボイスをクローンする](https://docs.cartesia.ai/ja-jp/examples/voices-clone.md): 音声クリップからボイスをクローンします。
- [ボイスを更新する](https://docs.cartesia.ai/ja-jp/examples/voices-update.md): ボイスを更新します。
- [ボイスを削除する](https://docs.cartesia.ai/ja-jp/examples/voices-delete.md): ボイスを削除します。

#### Other

- [インフィル音声を作成する](https://docs.cartesia.ai/ja-jp/examples/infill-create.md): 2 つのクリップの間にインフィル音声を作成します。
- [エラーハンドリング](https://docs.cartesia.ai/ja-jp/examples/error-handling.md): SDK の例外を用いたエラーハンドリングのサンプル。

#### Browser

- [ブラウザで音声を再生](https://docs.cartesia.ai/ja-jp/examples/tts-play-audio.md): wav を生成し、<audio> 要素を使って再生します。
- [音声ファイルをダウンロード](https://docs.cartesia.ai/ja-jp/examples/tts-download-file.md): 音声を生成し、ブラウザでファイルダウンロードをトリガーします。
- [WebSocket から Web Audio へストリーミング](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-stream-audio.md): WebSocket から音声をストリーミングし、Web Audio API を使ってリアルタイムに再生します。
- [WebSocket での低レイテンシ再生](https://docs.cartesia.ai/ja-jp/examples/tts-websocket-low-latency.md): 音声チャンクが届くたびに再生し、レイテンシを最小化します。

#### Next.js

- [Next.js フルサンプル](https://docs.cartesia.ai/ja-jp/examples/nextjs.md): バッチ TTS、HTTP ストリーミング、STT 文字起こしを備えた完全な Next.js アプリケーション。

### 変更履歴

#### By year

- [変更履歴 2026](https://docs.cartesia.ai/ja-jp/changelog/2026.md): 2026年のプロダクト、API、プラットフォームの変更点
- [変更履歴 2025](https://docs.cartesia.ai/ja-jp/changelog/2025.md): 2025年のプロダクト、API、プラットフォームの変更点
- [変更履歴 2024](https://docs.cartesia.ai/ja-jp/changelog/2024.md): 2024年のプロダクト、API、プラットフォームの変更点

## OpenAPI Specs

- [latest](/latest.yml)
- [api](/2024-11-13/api.yml)
- [api](/2024-06-10/api.yml)

## AsyncAPI Specs

- [asyncapi](/2024-06-10/asyncapi.yml)
- [asyncapi](/2024-11-13/asyncapi.yml)
- [asyncapi](/2026-03-01/asyncapi.yml)
- [asyncapi](/2026-08-14/asyncapi.yml)
- [asyncapi](/asyncapi.yml)
