curl --location --request POST ‘https://api.dify.ai/v1/chat-messages’
–header ‘Authorization: Bearer ENTER-YOUR-SECRET-KEY’
–header ‘Content-Type: application/json’
–data-raw ‘{
“inputs”: {},
“query”: “eh”,
“response_mode”: “streaming”,
“conversation_id”: “1c7e55fb-1ba2-4e10-81b5-30addcea2276”,
“user”: “abc-123”
}’
我想在画布的开始节点引用“input”值,但是翻阅了官方文档没有找到。我可以请求里自己创建一个字符串字段“input1”,然后在开始节点创建一个input变量吗
sen
1
相关话题
| 话题 | 回复 | 浏览量 | 活动 | |
|---|---|---|---|---|
| Dify chatflow 最后的直接回复节点引用了开始节点的files | 1 | 54 | 2026 年1 月 13 日 | |
| 我想让dify使用我当前登录账号的token去访问我的接口 | 1 | 144 | 2025 年12 月 25 日 | |
| Dify-chatflow-iteration | 6 | 299 | 2026 年1 月 7 日 | |
| 如何在前端frame 嵌入的页面向dify chatflow应用传递额外信息(其他系统的认证token) | 1 | 134 | 2026 年4 月 13 日 | |
| 在“代码执行”节点中无法单独关联 input_file, rules_file, stock_file,并怀疑与 userinput.files 有关。请求提供正确映射变量或处理遗留字段的官方方法。 | 7 | 126 | 2026 年1 月 26 日 | |
| Dify 1.11.2 社区版,能否再工作流中添加节点列表中,扩展自定义节点? | 2 | 104 | 2026 年1 月 22 日 | |
| User Input Node – Where Workflows Begin | 0 | 114 | 2026 年1 月 28 日 | |
| 请教 - 是否可以在chatflow中建立一个公共类class/function供其他代码node使用? | 0 | 29 | 2026 年1 月 9 日 | |
| 请问dify支持自定义节点吗? | 1 | 236 | 2025 年11 月 29 日 | |
| Agent node failing with "input_value='key not found" | 3 | 75 | 2026 年2 月 13 日 |
