curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/automations \
--header 'X-API-Key: <api-key>'{
"success": true,
"automation": {
"id": "auto_abc123def456",
"name": "Task Name - Evidence Collection"
}
}Create an automation for collecting evidence for a specific task
curl --request POST \
--url http://localhost:3333/v1/tasks/{taskId}/automations \
--header 'X-API-Key: <api-key>'{
"success": true,
"automation": {
"id": "auto_abc123def456",
"name": "Task Name - Evidence Collection"
}
}API key for authentication
Organization ID (required for session auth, optional for API key auth)
Unique task identifier
"tsk_abc123def456"
Was this page helpful?