Developer API
Have your AI agent call us.
Manage and monitor your integration connections, job configurations, and logs in the Flatly dashboard—made for humans.
Delegate your resource-intensive and nuanced data transformation work to Flatly with a simple REST API call—made for machines.
POST /api/jobs/run
curl -X POST "https://app.flatly.io/api/jobs/run" \
-H "Authorization: Bearer TOKEN" \
-H "Content-Type: application/json" \
-d '{"job_id":"job1"}'
N Minutes Later
Webhook Notification
{
"job1": "completed",
"data_source": "keap",
"data_destination": "smartsheet",
"cell_count": 20000
}