Trusted by 1,391+ developers worldwide

Create Carousels & Graphics with Contentdrips API

Automate your content creation with the Contentdrips API. Generate stunning carousels and graphics programmatically using Make, Zapier, n8n, or your own custom scripts.

make.com • zapier • n8n • custom apps

Powerful API Features

Everything you need to automate content creation.

Carousel Creation

Create multi-slide carousels with intro, content slides, and ending slides in a single API call.

Smart Branding

Auto-apply your name, handle, bio, website, and avatar to templates with branding placeholders.

 

Easy Integration

Works seamlessly with Make, Zapier, n8n, or your custom scripts for complete automation.

Dynamic Content

Update text and images in templates using labeled elements for complete customization.

Job Processing

Asynchronous job processing with status tracking and result retrieval for reliable delivery.

 

Multiple Formats

Export your creations in PNG, PDF, or other formats to fit your workflow needs

Easy to Use

Get started with just a few lines of code

Code Examples Tabs
const response = await fetch('https://generate.contentdrips.com/render', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    template_id: "126130",
    output: "png",
    content_update: [
      {
        type: "textbox",
        label: "title_1",
        value: "Your Custom Title"
      },
      {
        type: "textbox", 
        label: "hashtag_1",
        value: "#growwithme"
      }
    ]
  })
});
// Check job status
const statusResponse = await fetch(
  'https://generate.contentdrips.com/job/{job_id}/status'
);

// Get completed job result
const resultResponse = await fetch(
  'https://generate.contentdrips.com/job/{job_id}/result'
);

const result = await resultResponse.json();
console.log(result.export_url); // Your generated content URL

Perfect for Every Use Case

Automate content creation across different scenarios

Topic to Carousel

Generate content from OpenAI in your workflow and pass it to Contentdrips API to generate graphics.

Custom Content Tools

Build your own mini-content creation tool powered by this API. In a really and fast way

Agency Workflow

Scale design production for multiple clients without touching the editor all based on templates.

Daily Quote Posts

Create daily motivational social media posts with Make. n8n or Zapier automation.

Testimonial Graphics

Auto-generate testimonials or case studies from form responses using n8n, Zapier or Make

Bulk Generation

Generate hundreds of graphics or social media carousels from spreadsheet data.

Pricing

Choose the plan that fits your content creation needs

Basic

$39
Great for solo creators

Advanced

Popular

$149

Best for teams

Pro

$359

Great for commercial use

Frequently Asked Questions About Contentdrips API

The Contentdrips API allows developers to automate the creation of carousels and social media graphics. It integrates with tools like Make, Zapier, or n8n, enabling you to update templates with content and scale post creation using simple API calls.

To start, create an API token here. Include the token in the Authorization header of your requests (e.g., Authorization: Bearer YOUR_API_KEY). Then, use the API to generate content by specifying template IDs and content updates.

Share your ideas, work, or fun things you want people to know about.

You can create carousels, quote images, listicles, infographics, memes, banners, and other social media graphics for platforms like LinkedIn, Instagram, and Facebook. The API supports multi-slide carousels and single graphics with customizable text and images.

Include branding details like name, handle, bio, website URL, and avatar image in the API request payload. These are automatically applied to templates with branding placeholders, ensuring consistent visual identity.

Yes, you can label textboxes or images in templates (e.g., title_1, hashtag_1) and update them via the API. Pass the desired values in the content_update array to tailor content to your needs.

Read these Blogs Related to Our API

Contentdrips Blog Cover Photos (1)

Contentdrips API Documentation

Contentdrips API is simple & easy to use. Read this blog to learn how everything works?

Contentdrips Blog Cover Photos (2)

Prepare your template for API

In this blog, learn how to prep your carousel templates for use with the Contentdrips API.

Ready to Automate Your Content Creation?

Join thousands of creators, developers, and agencies who are scaling their content production with the Contentdrips API.