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
"task-456"
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/e333fb65-77eb-4669-ba55-201a5e3cff32"
Relative URL endpoint to poll for task status updates
"/v1/unstable/agent/tasks/task-456"