PostNitro Embed
PostNitro Embed provides two powerful ways to integrate our AI-powered carousel maker into your applications:
- Embed SDK - A JavaScript library for embedding the carousel maker directly into your web application
- Embed APIs - REST APIs for automating carousel creation and integrating with your workflows
Choose Your Integration Method
🎨 Embed SDK
Perfect for applications where you want to provide a visual interface for users to create and edit carousels directly within your website.
Key Capabilities:
- Embeddable Interface: Seamlessly embed the carousel maker into your website
- Create and Edit Carousels: Allow your users to create and edit carousels directly from your website
- Real-time Preview: Users can see their changes instantly
- Custom Branding: Apply your brand colors, fonts, and templates
Best for:
- Content management systems
- Marketing platforms
- Social media tools
- Educational platforms
- Any application where users need visual control
âš¡ Embed APIs
Perfect for automation, bulk operations, and integrating carousel creation into your existing workflows.
Key Capabilities:
- AI-Powered Generation: Generate carousels from topics, articles, or text using AI
- Content Import: Import your own slide content with full control
- Multiple Output Formats: Get PNG images or PDF documents
- Automation Ready: Integrate with Make.com, Zapier, n8n, and custom applications
Best for:
- Marketing automation
- Content marketing workflows
- Agency operations
- Social media management
- E-commerce marketing
- Custom integrations
Getting Started
For Embed SDK
- Get an API Key: Sign up at PostNitro.ai and get your API key
- Install the SDK: Follow our installation guide
- Initialize: Set up the SDK in your application
- Start Creating: Let your users create carousels directly in your app
For Embed APIs
- Get an API Key: Sign up at PostNitro.ai and get your Embed API key
- Choose Your Method: Use AI generation or content import
- Make API Calls: Start automating your carousel creation
- Integrate: Connect with your favorite automation tools
Pricing
Is it free?
- Embed SDK: Free to use and embed, but you need an API key
- Embed APIs: Free plan available with 5 credits per month
API Pricing Plans
Free Plan
- Price: $0/month
- Credits: 5 per month
Monthly Plan
- Price: $10/month
- Credits: 250 per month
Credit Usage:
- 1 credit = 1 slide/image
- Content import: 1 credit per slide
- AI generation: 2 credits per slide
Use Cases
Embed SDK Use Cases
- Content Management Systems: Let users create carousels for their content
- Marketing Platforms: Provide visual carousel creation tools
- Educational Platforms: Enable students to create educational content
- Social Media Tools: Allow users to design posts before publishing
Embed API Use Cases
- Content Marketing Automation: Generate weekly LinkedIn carousels automatically
- Agency Workflows: Bulk generate carousel posts for multiple clients
- Social Media Management: Create posts from blog content automatically
- E-commerce Marketing: Create product showcase carousels
- Custom Integrations: Build your own automation workflows
Integration Examples
SDK Integration
// Initialize the PostNitro SDK
const postNitro = new PostNitro({
apiKey: 'your-api-key',
brandId: 'your-brand-id',
templateId: 'your-template-id'
});
// Open the carousel maker
postNitro.openCarouselMaker({
onSave: (carousel) => {
console.log('Carousel saved:', carousel);
}
});
API Integration
# Generate a carousel using AI
curl --location 'https://embed-api.postnitro.ai/post/initiate/generate' \
--header 'Content-Type: application/json' \
--header 'embed-api-key: your-api-key' \
--data '{
"postType": "CAROUSEL",
"templateId": "your-template-id",
"brandId": "your-brand-id",
"aiGeneration": {
"type": "topic",
"context": "Create a LinkedIn carousel about digital marketing tips"
}
}'
Next Steps
For SDK Users
For API Users
- API Overview
- AI Generation
- Content Import
- Check Request Status
- Get Post Output
- Subscription Management
Support
- Email Support: support@postnitro.ai
- Live Chat: Available on postnitro.ai
- Documentation: Comprehensive guides for both SDK and APIs
Ready to get started? Choose your integration method and begin creating amazing carousel content!