curl --request POST \
--url https://api.deepl.com/v1/unstable/agent/workflows/{workflowId}/trigger \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form 'workflow_request={"input": {"language": "American English"}}'{
"task_id": "e634159a-3414-4f66-a5cd-a1d48ff42ce3",
"ui_url": "https://agent.deepl.com/static/chat/e634159a-3414-4f66-a5cd-a1d48ff42ce3",
"polling_url": "/v1/unstable/agent/tasks/e634159a-3414-4f66-a5cd-a1d48ff42ce3",
"last_modified_date": "2025-12-04T10:30:00Z"
}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.
curl --request POST \
--url https://api.deepl.com/v1/unstable/agent/workflows/{workflowId}/trigger \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form 'workflow_request={"input": {"language": "American English"}}'{
"task_id": "e634159a-3414-4f66-a5cd-a1d48ff42ce3",
"ui_url": "https://agent.deepl.com/static/chat/e634159a-3414-4f66-a5cd-a1d48ff42ce3",
"polling_url": "/v1/unstable/agent/tasks/e634159a-3414-4f66-a5cd-a1d48ff42ce3",
"last_modified_date": "2025-12-04T10:30:00Z"
}Documentation Index
Fetch the complete documentation index at: https://deepl-c950b784-update-create-free-api-account-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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"