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.

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

Blog to Carousel

Convert your blog posts into engaging carousel posts automatically.

Custom Content Tools

Build your own mini-content creation tool powered by this API.

Daily Quote Posts

Create daily motivational or tip posts with Make or Zapier automation.

Agency Workflow

Scale design production for multiple clients without touching the editor.

Testimonial Graphics

Auto-generate testimonials or case studies from form responses.

Bulk Generation

Generate hundreds of graphics or 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

Ready to Automate Your Content Creation?

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