Put AutoContent API to work with AI and enterprise-grade automation
Automate smarter with AutoContent API and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- New Content Created
Triggers when any AutoContent API generation request finishes.
Try ItTriggerInstant - Audio URLRequired
- Voice NameRequired
ActionWrite- Request IDRequired
ActionWrite- Audio URLRequired
- First Voice
- Second Voice
- InstructionsRequired
- Callback Data
ActionWrite
- MethodRequired
- PathRequired
- NameRequired
- Value
- Request Body
ActionWrite- Resource TypeRequired
- ContentRequired
- Topic
- Research IDs
- Project IDs
- YouTube Channel IDs
- Podcast Episode Request IDs
- Feed IDRequired
- Feed Item IDsRequired
- Private Notebook ID
- Output TypeRequired
- Prompt or Instructions
- Language
- Duration
- Format
- Style
- Infographic Orientation
- Infographic Detail
- Slide Deck Format
- Quiz Difficulty
- Logo URL
- Intro Music URL
- Voice 1
- Voice 2
- Podcast Show ID
- Episode Title
- Video Title
- Video Title Prompt
- Video Description Prompt
- Video Thumbnail Prompt
- Video Intro Image Prompt
- ChannelRequired
- YouTube Account ID
- YouTube Playlist ID
- Include Citations
- Ignore Unavailable Resources
- Callback Data
- Related Request ID
- Run At
- Template Type
- Template Name
- Create a Recurring Schedule
- Runs Per Day
- Schedule End Date
ActionWrite- Audio URLRequired
ActionWrite- Source Request IDRequired
- New Output TypeRequired
- Prompt or Instructions
- Language
- Duration
- Video Format
- Video Style
- Infographic Orientation
- Infographic Detail
- Slide Deck Format
- Quiz Difficulty
- Video Title
- Video Title Prompt
- Video Description Prompt
- Video Thumbnail Prompt
- Video Intro Image Prompt
- Avatar ID
- Video Audio Language
- Video Text Language
- Video Background Image URL
- Video Voice
- Callback Data
ActionWrite
For builders
Let your AI safely access AutoContent API
Go beyond Zap workflows. Install Zapier in your AI to call AutoContent API actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in AutoContent API from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose AutoContent API actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a AutoContent API connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "autocontent-api", owner: "me" });
await zapier.runAction({
app: 'autocontent-api',
action: 'api_request',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.







