本文档由 OpenCreator 维护,更多工作流模板请来OpenCreator
curl --location --request POST 'https://api-prod.opencreator.io/api/developer/v1/workflows//runs' \
--header 'X-API-Key: sk_xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"inputs": {
"textInput-xxx": "小狗 disco",
"imageInput-xxx": "图片URL"
},
"start_ids": [],
"end_ids": []
}'{
"task_id": "xxxxx",
"flow_id": "xxxxxx",
"status": "queued",
"run_id": null,
"trace_id": "xxxx",
"start_ids": [],
"end_ids": [],
"input_overrides": {
"textInput-xxxx": {
"inputText": "小狗 disco"
},
"imageInput-xxxx": {
"imageBase64": "https://img.shoplineapp.com/media/image_clips/620b69a4b62f160029421122/original.png?1644915107"
}
},
"node_statuses": {},
"current_selection": null,
"error_message": null,
"created_at": "2026-03-30T07:31:47.972000",
"updated_at": "2026-03-30T07:31:48.870000",
"started_at": null,
"finished_at": null
}