Migrating from Sora or DALL-E? Use promo code DALLE1000 for $10 in free API credits!
Learn & Create

Tutorials & Guides

Step-by-step guides to help you master AI content creation. From basics to advanced techniques.

Featured Tutorial

Chart-to-Video API

Generate animated chart videos for financial research reports, investor presentations, and dexter-style research agents. Ken Burns-style animations.

Integration5 min

What you'll learn:

  • 1Send chart image or data to /api/generate/chart-to-video
  • 2Choose animation style: ken-burns, build-up, reveal, morph
  • 3Add title text and webhook for completion
  • 4Use in LangChain or Claude Code agents
Featured Tutorial

CRM Integration: AI Sales Assets

Generate personalized sales assets (images, videos, voice) from CRM triggers. Perfect for twenty, Salesforce, HubSpot integrations.

Integration8 min

What you'll learn:

  • 1Configure webhook triggers in your CRM
  • 2Generate proposal images and demo videos on deal stage change
  • 3Create personalized voice intros for outreach
  • 4Update CRM records with generated asset URLs
Featured Tutorial

Getting Started with CreativeAI

Learn the basics of AI image, video, and voice generation in just 5 minutes

Beginner5 min

What you'll learn:

  • 1Create your account and get free credits
  • 2Navigate the Studio interface
  • 3Generate your first image
  • 4Download and share your creation
Featured Tutorial

Multimodal Ad Generation & Background Replacement

Generate complete video ads with voiceover and script from a single product image, and swap backgrounds instantly β€” built for Shopify apps and e-commerce platforms

Integration12 min

What you'll learn:

  • 1Generate a full video ad from one product image via /v1/multimodal-ad/generations
  • 2Swap product backgrounds with /api/generate/replace-background
  • 3Chain both endpoints for lifestyle-scene video ads
  • 4Poll or use webhooks for async delivery at catalog scale
Featured Tutorial

Restaurant Menu Batch Generation

Transform your entire restaurant menu into AI-generated food photography in minutes. CSV-driven batch processing with Seedream V1.5.

Integration10 min

What you'll learn:

  • 1Prepare menu CSV with item names and descriptions
  • 2Customize brand template for consistent food photography
  • 3Run async batch generation with retry logic
  • 4Download images for POS, delivery apps, and menus

All Tutorials

Integration5 min

Dynamic Banners & QR Codes API

Programmatically generate banners with data-driven text overlays and QR codes for marketing automation.

  • Send POST request to /api/templates/render
  • Provide base image URL
  • Supply dynamic text properties (names, discount codes)
  • +1 more steps
Integration5 min

MindStudio + CreativeAI Integration

Integrate CreativeAI's unified proxy layer directly into your MindStudio AI apps to enable automatic multi-model failover.

  • Create a custom HTTP Request action
  • Configure CreativeAI proxy API
  • Pass dynamic prompts from workspace
  • +1 more steps
Integration5 min

Blotato + CreativeAI Integration

Add multi-model routing and zero-latency failover for low-cost video generation in Blotato automations.

  • Configure the generic HTTP Node
  • Point to the unified /v1/video/generate endpoint
  • Set model failover preferences
  • +1 more steps
Integration5 min

Vercel AI SDK + CreativeAI

Add AI image generation to your Next.js app with generateImage() β€” 2-line migration from OpenAI

  • Configure @ai-sdk/openai with CreativeAI baseURL
  • Generate images with generateImage()
  • Switch between models with one parameter
  • +1 more steps
Integration5 min

n8n + CreativeAI Integration

Add AI image, video, and voice generation to n8n workflows with a simple HTTP Request node

  • Configure HTTP Request node with CreativeAI API
  • Generate images in your workflows
  • Add video generation with async polling
  • +1 more steps
Integration5 min

Make & Zapier + CreativeAI

Add AI image, video, and voice generation to Make or Zapier workflows using standard HTTP modules β€” no custom app needed

  • Configure HTTP module with CreativeAI API
  • Generate images in Make scenarios or Zapier Zaps
  • Add async video generation with webhook delivery
  • +1 more steps
Integration2 min

PHP Drop-in SDK & CodeCanyon Scripts

Upgrade CodeCanyon scripts and PHP SaaS apps with our zero-dependency PHP class for multi-model failover image, video, and voice generation.

  • Include CreativeAI.php without Composer dependencies
  • Generate images, videos, and audio using unified functions
  • Rely on automatic failover to prevent downtime
  • +1 more steps
Integration2 min

JavaScript Drop-in SDK

Easily integrate our unified multi-model routing into Node.js wrappers or Vanilla JS projects without heavy dependencies.

  • Drop in the CreativeAI JavaScript class
  • Generate images, videos, and audio via promises
  • Automatic failover across AI models
  • +1 more steps
Integration2 min

Node.js & TypeScript SDK

Install our robust TypeScript SDK to seamlessly add CreativeAI's API with built-in multi-model routing and automatic failover.

  • Install @creativeai/node-sdk via npm
  • Generate sync images, async videos, and audio with polling
  • Automatic failover across AI models out of the box
  • +1 more steps
Integration2 min

Python Drop-in API Wrapper

A lightweight, zero-dependency Python class to add CreativeAI's multi-model image, video, and voice API into custom Python applications and automation scripts.

  • Drop in the CreativeAI Python class
  • Generate sync images, async videos, and audio
  • Automatic failover across AI models
  • +1 more steps
Integration5 min

Shotstack Webhook Integration

Generate AI assets and pass them directly into a Shotstack rendering pipeline using webhooks and Node.js for automated video ads.

  • Set up an Express.js webhook receiver
  • Submit an async video generation to CreativeAI
  • Map the CreativeAI output URL to a Shotstack JSON clip
  • +1 more steps
Integration5 min

LiteLLM + CreativeAI

Add AI image generation to your LiteLLM proxy with OpenAI-compatible config β€” zero custom code

  • Configure CreativeAI as an OpenAI-compatible provider
  • Generate images via LiteLLM SDK or Proxy
  • Set up multi-model fallback routing
  • +1 more steps
Integration10 min

E-commerce Catalog Batch Ingestion

Run CSV-based product image ingestion with bounded concurrency, SKU mapping, and retry-safe outputs

  • Prepare catalog CSV with SKU and reference image URL
  • Generate up to 4 variants per SKU with /v1/images/generations
  • Write JSONL outputs for downstream catalog ingestion
  • +1 more steps
Integration12 min

Shopify Product Video Webhooks

Submit bounded batches of product-video jobs, receive signed callbacks, and keep SKU-level manifests for Shopify/PDP workflows

  • Prepare a SKU + image_url + video_prompt manifest
  • Submit async /v1/video/generations jobs with bounded concurrency
  • Verify webhook signatures and update job state by generation_id
  • +1 more steps
Integration10 min

Listing Photo to Video with Webhooks

Turn listing photos into walkthrough videos via async API with signed webhook callbacks β€” built for property platforms and real-estate media teams

  • Prepare a listing_id + image_url + video_prompt manifest
  • Submit async /v1/video/generations jobs with webhook_url
  • Verify webhook signatures and route completed videos by listing
  • +1 more steps
Integration10 min

Multi-Room + Multi-Angle Consistency

Use anchor prompts and reference images to keep property room sets and SKU angle sets consistent

  • Prepare one CSV schema for listings and SKU shot plans
  • Run reference-anchored generations per room and shot
  • Persist shot-level JSONL status by anchor_id and shot_name
  • +1 more steps
Integration10 min

Text + Logo + Reference Fidelity

Run a two-pass SKU pipeline for stronger packaging text and logo fidelity using reference generation + edit retries

  • Structure required copy and logo constraints per SKU
  • Generate reference-anchored candidates with /v1/images/generations
  • Send failed QA candidates to /v1/images/edits for focused repair
  • +1 more steps
Image10 min

Mastering Image Generation

Create stunning AI images with advanced prompting techniques

  • Writing effective prompts
  • Using style presets
  • Adjusting aspect ratios
  • +1 more steps
Video12 min

Text-to-Video Essentials

Transform your ideas into cinematic videos

  • Crafting video prompts
  • Choosing the right model
  • Duration and resolution settings
  • +1 more steps
Video8 min

Animate Your Images

Bring static images to life with AI video generation

  • Selecting source images
  • Writing animation prompts
  • Controlling motion direction
  • +1 more steps
Audio8 min

Voice Generation Essentials

Generate natural speech from text with 6 voices, 10 languages, and adjustable speed

  • Choose a voice preset and language
  • Write or paste your script (up to 5 000 characters)
  • Adjust playback speed (0.5×–2.0Γ—)
  • +1 more steps
Advanced15 min

Advanced Prompt Engineering

Deep dive into prompt techniques for professional results

  • Anatomy of a perfect prompt
  • Style and mood keywords
  • Camera and lighting terms
  • +1 more steps
Video10 min

Creating Talking Avatars

Generate realistic talking head videos from portraits

  • Preparing portrait images
  • Recording or uploading audio
  • Lip sync settings
  • +1 more steps

Ready to Create?

Jump into the studio and start bringing your ideas to life.