viral_narration — 二创解说(学习→文案→剪辑→合成→可选模板)fast_narration — 原创文案(快速文案→可选理解→剪辑→合成→可选模板)video_post_processing — 视频后处理(OCR→可选擦除→可选同步)POST /v1/workflows/validate — 校验素材POST /v1/workflows/estimate — 预估费用POST /v1/workflows/execute — 执行GET /v1/workflows/executions/{id}/stream — 查看进度app-key: ********************{
"workflow_type": "string",
"params": {
"property1": "string",
"property2": "string"
},
"async_mode": true
}curl --location '/v1/workflows/execute' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"workflow_type": "string",
"params": {
"property1": "string",
"property2": "string"
},
"async_mode": true
}'{
"code": 10000,
"message": "Success",
"data": {
"execution_id": "string",
"workflow_type": "string",
"status": "string",
"message": "string",
"estimated_points": 0
}
}