Skip to main content
POST
/
audio-to-text
Error
A valid request URL is required to generate request examples
{ "text": "Hello, I would like to know more about the iPhone 13 Pro Max." }

Documentation Index

Fetch the complete documentation index at: https://dify-6c0370d8-docs-sync-pr-768.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key 認証です。すべての API リクエストにおいて、Authorization HTTP ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例:Authorization: Bearer {API_KEY}API Key はサーバーサイドに保存し、クライアントサイドで共有・保存しないことを強く推奨します。API Key の漏洩は深刻な結果につながる可能性があります。

Body

multipart/form-data

音声からテキストへの変換のリクエストボディ。

file
file
required

音声ファイルです。対応形式:mp3mp4mpegmpgam4awavwebm。上限:30 MB

user
string

ユーザー識別子。

Response

音声からテキストへの変換に成功しました。

text
string

音声認識からの出力テキスト。