Creatify
Creatify is an AI avatar and marketing-video generation platform that turns product URLs, scripts, images, and text into short-form video ads narrated by ultra-realistic AI avatars. The Creatify API (base https://api.creatify.ai/api, authenticated with X-API-ID / X-API-KEY headers) exposes AI Avatar (Lipsync v1/v2 and Aurora image-to-avatar), Link-to-Video, AI Shorts and Custom Template video generation, Text-to-Speech and voice cloning, a 1500+ Persona/avatar catalog, a voice catalog, and a music library. Generation is asynchronous - create a job, then poll the job by id or receive a webhook - with billing metered in credits.
APIs
Creatify AI Avatar API
Turn text or audio plus a chosen avatar/persona into ultra-realistic talking-head videos. Lipsync v1 (single scene) and Lipsync v2 (multi-scene, with per-scene characters, voice...
Creatify Link-to-Video API
Transform a product or landing-page URL into a short-form video ad. Create a link from a URL (POST /links/), generate a link-to-video job, and render it (POST /link_to_videos/{i...
Creatify AI Shorts API
Convert a text script into a high-impact, viral short-form video (POST /ai_shorts/, GET /ai_shorts/{id}/). Accepts script, aspect ratio, and a visual style. Note - Creatify docu...
Creatify Custom Templates API
Generate videos from customizable, brand-ready templates by supplying template variables (POST /custom_templates/, GET /custom_templates/{id}/). Async create-then-poll; billed p...
Creatify Product-to-Video API
Create studio-quality video ads from product images (POST /product_to_video/, GET /product_to_video/{id}/). Billed per image and per 30 seconds of generated footage. Endpoint pa...
Creatify Text-to-Speech API
Generate ultra-realistic voiceovers from text (up to 8000 characters) using AI voices and accents (POST /text_to_speech/, GET /text_to_speech/{id}/). Supports a webhook_url for ...
Creatify Personas API
Browse the catalog of 1500+ realistic AI avatars/personas and manage custom avatars (BYOA). List personas (GET /personas/, GET /personas/paginated/) and get a persona by id (GET...
Creatify Voices API
List the available AI voices and accents (GET /voices/, GET /voices/paginated/) used by Text-to-Speech and AI Avatar jobs, and manage cloned custom voices. Voice ids are referen...
Creatify Music API
Access the background-music library - list music categories (GET /music_categories/) and tracks (GET /musics/) - to attach soundtracks to generated videos. Read-only catalog end...
Creatify AI Editing API
Automatically enhance and stylize an existing video with professional templates (POST /ai_editing/, GET /ai_editing/{id}/). Async create-then-poll.