JOWOAI
zh-cn
  • zh-cn
  • en
  1. 视频
JOWOAI
zh-cn
  • zh-cn
  • en
  • JOWO AI API接入指南
  • 全局返回码说明
  • 基础
    • 获取Token
      POST
  • 字幕
    • 字幕翻译
      POST
    • 查询任务结果
      GET
    • 任务回调
      POST
  • 视频
    • 视频翻译
      POST
    • 查询任务结果
      GET
    • 任务回调
      POST
  1. 视频

任务回调

POST
https://api.jowo.ai

Request

Body Params application/json

Example
{
    "event": "Completed",
    "message": "Task completed",
    "data": {
        "task_id": "SU20141225135026",
        "video_url": "https://storage.jowo.ai/jowoai/flow/video/0ea12209-e0f9-451e-a3ea-f30ea838c1d0.mp4",
        "srt_url": "https://storage.jowo.ai/jowoai/results/0ea12209-e0f9-451e-a3ea-f30ea838c1d0.srt"
    },
    "attach": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.jowo.ai' \
--header 'Content-Type: application/json' \
--data-raw '{
    "event": "Completed",
    "message": "Task completed",
    "data": {
        "task_id": "SU20141225135026",
        "video_url": "https://storage.jowo.ai/jowoai/flow/video/0ea12209-e0f9-451e-a3ea-f30ea838c1d0.mp4",
        "srt_url": "https://storage.jowo.ai/jowoai/results/0ea12209-e0f9-451e-a3ea-f30ea838c1d0.srt"
    },
    "attach": "string"
}'

Responses

🟢200成功
application/json
Body

Example
{}
Previous
查询任务结果
Built with