Workflow App API
Workflow applications offers non-session support and is ideal for translation, article writing, summarization AI, and more.
Base URL
Code
https://api-platform.dify.dev/v1Authentication
The Service API uses API-Key authentication. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side.
For all API requests, include your API Key in the Authorization HTTP Header.
Code
Authorization: Bearer {API_KEY}Execute Workflow
POST
/workflows/runinputsobjectInput variables defined by the Start node.
response_modestringstreaming or blocking.
userstringEnd user identifier for tracing and logs.