Skip to main content
GET
cURL

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

パスパラメータ

task_id
string
必須

レスポンス

Job Status

status
enum<string>
必須

Current job status

利用可能なオプション:
queuing,
preprocessing,
transcribing,
translating,
dubbing,
rendering,
done,
failed
err_code
string

Error code (present when status is failed)

err_message
string

Error message (present when status is failed)

result
object

Result URLs when available

最終更新日 2026年2月11日