{
"model": "workflow-test",
"inputs": {
"input": "为音乐制作和歌曲创作生成创意丰富且上下文相关的歌词基于提示词创建歌词为音乐曲目创建结构化歌词内容带时间戳的歌词同步功能生成任务状态跟踪"
},
"response_mode": "blocking",
"user": "workflow_user_001"
}curl --location --request POST 'https://api.aiznt.com/v1/workflows/run' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "workflow-test",
"inputs": {
"input": "为音乐制作和歌曲创作生成创意丰富且上下文相关的歌词基于提示词创建歌词为音乐曲目创建结构化歌词内容带时间戳的歌词同步功能生成任务状态跟踪"
},
"response_mode": "blocking",
"user": "workflow_user_001"
}'{
"task_id": "32d38367-2cc6-4e38-8bd9-24d04f26e298",
"workflow_run_id": "bd8d42c5-ebcc-4642-8cc1-6a445725aae6",
"data": {
"id": "bd8d42c5-ebcc-4642-8cc1-6a445725aae6",
"workflow_id": "d7f043d7-df60-43b6-a970-b10763589d4f",
"status": "succeeded",
"outputs": {
"ouput": [
{
"dify_model_identity": "__dify__file__",
"id": null,
"tenant_id": "b22d110a-8155-44ba-ac0e-e80e1af34f79",
"type": "video",
"transfer_method": "tool_file",
"remote_url": null,
"related_id": "a4b2f86a-a490-4557-9e45-8afe1c2c5e4e",
"filename": "ad8923dce33a42b6af435df7c55fc0f5.mp4",
"extension": ".mp4",
"mime_type": "video/mp4",
"size": 6209613,
"url": "https://test-llm.yiyouliao.com/files/tools/a4b2f86a-a490-4557-9e45-8afe1c2c5e4e.mp4?timestamp=1752551661&nonce=159a4f3c49204d51bebe1bc4f9e0d6ac&sign=jnJOGz4LWHmS2nXwhsHOzp_L5xXpfPvHI6Vi8uB8Qh0="
}
]
},
"error": "",
"elapsed_time": 52.30626,
"total_tokens": 1225,
"total_steps": 5,
"created_at": 1752551609,
"finished_at": 1752551661
}
}