title: Upload Manual keywords:
- upload manual
- post
- upload
- manual
Upload automation via ZIP file.
POSThttps://api.aitronos.com/v1/streamline/automations/upload/manual
file string (binary) required
ZIP file containing the automation.
automation_name string required
Name for the automation.
organization_id string required
Organization ID to associate the automation with.
success boolean
Success
automation_id string
Automation Id
message string
Message
cURL
- Bash
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/streamline/automations/upload/manual" \
-H "Authorization: Bearer $FREDDY_SESSION_TOKEN"Response:
200 OK
{
"success": true,
"automation_id": "abc123def456",
"message": "Operation completed successfully"
}