API Serverhttps://api-platform.dify.dev/v1
In Service

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/v1

Authentication

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/run
inputsobjectInput variables defined by the Start node.
response_modestringstreaming or blocking.
userstringEnd user identifier for tracing and logs.