zhouyangtingwen/dify-sdk-go

require: support workflows api

Opened this issue · 0 comments

Can you support worklows api

curl -X POST 'http://127.0.0.1:5001/v1/workflows/run' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "inputs": {},
    "response_mode": "streaming",
    "user": "abc-123"
}'