Skip to content
AKOOL Open API logo
AKOOL Open API logo

AKOOL Open API Integrations

AI Assistants

Put AKOOL Open API to work with AI and enterprise-grade automation

Automate smarter with AKOOL Open API and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.

Start free with email
Start free with email
Google Logo Continue with Google
  • 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
AKOOL Open API logoAKOOL Open API logo
Or pick an app to pair with
arrow pointing down
Integrate Commas with AKOOL Open APIIntegrate Commas with AKOOL Open API
Commas
Sales & CRM
Integrate Skool with AKOOL Open APIIntegrate Skool with AKOOL Open API
Skool
Education
Integrate Facebook Lead Ads with AKOOL Open APIIntegrate Facebook Lead Ads with AKOOL Open API
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate ActiveCampaign with AKOOL Open APIIntegrate ActiveCampaign with AKOOL Open API
ActiveCampaign
Marketing Automation
Integrate Telegram with AKOOL Open APIIntegrate Telegram with AKOOL Open API
Telegram
Phone & SMS, Team Chat
Integrate LeadConnector with AKOOL Open APIIntegrate LeadConnector with AKOOL Open API
LeadConnector
Marketing Automation
Integrate Airtable with AKOOL Open APIIntegrate Airtable with AKOOL Open API
Airtable
Databases
Integrate Microsoft SharePoint with AKOOL Open APIIntegrate Microsoft SharePoint with AKOOL Open API
Microsoft SharePoint
Microsoft, Team Collaboration
Integrate Ghost with AKOOL Open APIIntegrate Ghost with AKOOL Open API
Ghost
Website Builders
Integrate Commas with AKOOL Open APIIntegrate Commas with AKOOL Open API
Commas
Sales & CRM
Integrate Skool with AKOOL Open APIIntegrate Skool with AKOOL Open API
Skool
Education
Integrate Facebook Lead Ads with AKOOL Open APIIntegrate Facebook Lead Ads with AKOOL Open API
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate ActiveCampaign with AKOOL Open APIIntegrate ActiveCampaign with AKOOL Open API
ActiveCampaign
Marketing Automation
Integrate Telegram with AKOOL Open APIIntegrate Telegram with AKOOL Open API
Telegram
Phone & SMS, Team Chat
Integrate LeadConnector with AKOOL Open APIIntegrate LeadConnector with AKOOL Open API
LeadConnector
Marketing Automation
Integrate Commas with AKOOL Open APIIntegrate Commas with AKOOL Open API
Commas
Sales & CRM
Integrate Skool with AKOOL Open APIIntegrate Skool with AKOOL Open API
Skool
Education
Integrate Facebook Lead Ads with AKOOL Open APIIntegrate Facebook Lead Ads with AKOOL Open API
Facebook Lead Ads
Ads & Conversion, Facebook
Integrate ActiveCampaign with AKOOL Open APIIntegrate ActiveCampaign with AKOOL Open API
ActiveCampaign
Marketing Automation
Integrate Telegram with AKOOL Open APIIntegrate Telegram with AKOOL Open API
Telegram
Phone & SMS, Team Chat
Integrate LeadConnector with AKOOL Open APIIntegrate LeadConnector with AKOOL Open API
LeadConnector
Marketing Automation
Integrate Airtable with AKOOL Open APIIntegrate Airtable with AKOOL Open API
Airtable
Databases
Integrate Microsoft SharePoint with AKOOL Open APIIntegrate Microsoft SharePoint with AKOOL Open API
Microsoft SharePoint
Microsoft, Team Collaboration
Integrate Ghost with AKOOL Open APIIntegrate Ghost with AKOOL Open API
Ghost
Website Builders

Top companies trust Zapier to automate work and free up time

Join millions worldwide who automate their work using Zapier

Google Logo Sign up with Google

Launch your first automated workflow

  • Create video translations in AKOOL Open API for new YouTube channel videos

    • YouTube logo
    • AKOOL Open API logo
    YouTube + AKOOL Open API
  • Create video translations in AKOOL Open API for new YouTube channel videos

    • YouTube logo
    • AKOOL Open API logo
    YouTube + AKOOL Open API
    • 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.

      • AKOOL Open API triggers, actions, and search
        Create Talking Avatar Result

        Triggers when a Create Talking Avatar Result request is sent to the Akool servers and the server responds. It can be used to monitor and process responses from the Akool service.

        Trigger
        Instant
        Try It
      • AKOOL Open API triggers, actions, and search
        Create Voice Clone Result

        Triggers when a Voice clone request is sent to the Akool servers and the server responses. It can be used to monitor and process responses from the Akool service.

        Trigger
        Instant
        Try It
      • AKOOL Open API triggers, actions, and search
        Generate Image Trigger

        Triggers when a webhook is received for generate image action.

        Trigger
        Instant
        Try It
      • AKOOL Open API triggers, actions, and search
        Video Translation Result

        Triggers when a new video translation result is available from webhook.

        Trigger
        Instant
        Try It
      • AKOOL Open API triggers, actions, and search
        Create Text to Speech Result

        Triggers when a TTS request is sent to the Akool servers and it responses. It can be used to monitor and process responses from the Akool service.

        Trigger
        Instant
        Try It
      • AKOOL Open API triggers, actions, and search
        Face Swap Result

        Triggers when a new face swap result is available from webhook.

        Trigger
        Instant
        Try It
      • AKOOL Open API triggers, actions, and search
        Image Reage Result

        Triggers when a webhook is received for image reage action.

        Trigger
        Instant
        Try It
        • Video URL
          Required
        • Source Language
          Required
        • Target Language
          Required
        • Lip Sync
        Action
        Write

      For builders

      Let your AI safely access AKOOL Open API

      Go beyond Zap workflows. Install Zapier in your AI to call AKOOL Open API actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.

      No code

      Call actions in natural language with Zapier MCP

      Act in AKOOL Open 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

      • Create Video Translation
      • Create Talking Avatar

      Works with

      Claude · ChatGPT · Cursor · Any MCP-compatible AI

      Install Zapier MCP
      Code

      Work in code with the Zapier SDK

      Expose AKOOL Open 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 AKOOL Open API connection @ https://zapier.com/ja/app/assets/connections

      Run an action

      // Typescript
      import { createZapierSdk } from "@zapier/zapier-sdk";
      
      const zapier = createZapierSdk();
      
      const { data: connection } = await zapier.findFirstConnection({ app: "akool-open-api", owner: "me" });
      
      await zapier.runAction({
        app: 'akool-open-api',
        action: 'akool_video_translation',
        connection: connection.id,
        input: {
          {inputKeyValuePairs}
        },
      });
      Open the SDK docs

      Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.

      AKOOL Open API Help & Support

      Common questions

      akool-open-api logo
      About AKOOL Open API
      Akool's face swapping app is an industry-leading tool designed to boost your marketing team's efficiency and generate eye-catching ads campaigns in minutes.
      Related categories

      Popular AKOOL Open API Integrations

      • Schedule by Zapier
      • Commas
      • Skool
      • Paths by Zapier
      • Facebook Lead Ads