API Reference
Build on top of AutomateAI with our REST API. Create, manage, and execute workflows programmatically.
Base URL: https://api.automateai.com/v1 Authentication
API key and OAuth 2.0 authentication methods.
Webhooks
Receive real-time events via HTTP callbacks.
Rate Limits
Starter: 100 req/min, Pro: 1,000 req/min, Enterprise: Custom.
SDKs
Official SDKs for Node.js, Python, and Go.
GET/api/v1/workflowsList all workflows for the authenticated user
POST/api/v1/workflowsCreate a new workflow
GET/api/v1/workflows/:idGet a specific workflow by ID
PUT/api/v1/workflows/:idUpdate an existing workflow
POST/api/v1/workflows/:id/executeTrigger a workflow execution
GET/api/v1/executionsList workflow execution history
POST/api/v1/ai/generateGenerate a workflow from a natural language prompt
GET/api/v1/templatesBrowse available workflow templates