Overview
CopyCat provides a simple and powerful API to automate your workflows. You can use our API to trigger CopyCats and monitor their execution status.Authentication
All API requests require authentication using your API key in the header:Base URL
All API endpoints are accessible at:Available Endpoints
Run CopyCat
Trigger a CopyCat automation with your variables
Get History
Check the status and results of your CopyCat runs
Variables
Variables are values you set at runtime of the execution. These can be:- Form fields you want to fill
- Configuration settings
- Dynamic data for your automation
Response Formats
All responses are returned in JSON format and include:- Status of the operation
- Relevant IDs for tracking
- Result data when available
- Still in development

