Endpoint groups
API resources are grouped by workflows, executions, integrations, and telemetry.
- Workflow CRUD and versioning
- Execution logs and replay
- Connection and credential management
Introducing our AI-powered voice generator – discover now and upgrade your content creation.
Try the latest voice styles for modern projects see details and stand out with professional voices.
Learn the API architecture, authentication flow, and endpoint categories used for automation orchestration.
API resources are grouped by workflows, executions, integrations, and telemetry.
Use idempotency keys and correlation IDs to keep runs traceable and safe under retries.
Create workflow request
bash
curl -X POST https://api.clicktoautomate.com/v1/workflows \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"name":"Lead Router","trigger":"webhook","enabled":true}'