{ "opencollection": "1.0.0", "info": { "name": "ActiveCampaign SMS Broadcast Accounts AI API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Token", "value": "{{Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "AI", "type": "folder" }, "items": [ { "info": { "name": "ActiveCampaign Create AI-generated Broadcast", "type": "http" }, "http": { "method": "POST", "url": "https://{yourAccountName}.api-us1.com/api/3/sms/broadcasts/ai", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a broadcast using AI based on prompt and tone" }, { "info": { "name": "ActiveCampaign Update Broadcast with AI", "type": "http" }, "http": { "method": "PUT", "url": "https://{yourAccountName}.api-us1.com/api/3/sms/broadcasts/ai", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing broadcast using AI" }, { "info": { "name": "ActiveCampaign Get AI Broadcast Request Status", "type": "http" }, "http": { "method": "GET", "url": "https://{yourAccountName}.api-us1.com/api/3/sms/broadcasts/ai/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "Request ID from AI broadcast creation" } ] }, "docs": "Returns the current status of the AI process execution" } ] } ], "bundled": true }