Triggers an agentic workflow with the specified ID. The workflow will be executed asynchronously, and a task ID will be returned to poll for status updates.
Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>
Unique identifier of the workflow to trigger
JSON string containing the workflow input parameters
"{\"input\": {\"language\": \"American English\"}}"
Successfully triggered the workflow
Unique identifier for the triggered workflow task
"e634159a-3414-4f66-a5cd-a1d48ff42ce3"
Timestamp of when the task was last modified (ISO 8601 format)
"2025-12-04T10:30:00Z"
URL to view the task in the agentic system user interface
"https://agent.deepl.com/static/chat/e634159a-3414-4f66-a5cd-a1d48ff42ce3"
Relative URL endpoint to poll for task status updates
"/v1/unstable/agent/tasks/e634159a-3414-4f66-a5cd-a1d48ff42ce3"