テキスト読み上げ
音声クローン
リップシンク
その他
テキスト読み上げ
音声クローン
リップシンク
その他
タスク照会
リップシンクタスク照会 API をテストします。
リップシンク照会 API
エンドポイント
GET /api/open/lip-sync/query?id=YOUR_TASK_ID // Or use POST request POST /api/open/lip-sync/query
リクエストヘッダー
サンプルヘッダー
リクエストパラメータ
サンプルパラメータ
レスポンス
サンプルレスポンス
Polling Suggestion
It is recommended to query the task status every 3-5 seconds until status is "completed" or "failed"
CURL 例
curl -X GET "https://fishaudio.org/api/open/lip-sync/query?id=YOUR_TASK_ID" \ -H "Authorization: Bearer YOUR_API_TOKEN"
オンラインデバッグ
Polling Suggestion
It is recommended to query the task status every 3-5 seconds until status is "completed" or "failed"
ステータスコード
200: Success 400: Bad Request 401: Unauthorized 403: Forbidden 404: Not Found 429: Too Many Requests 500: Internal Server Error