Skip to content

API Reference

Fresh

Overview

Complete API reference for the Creatify AI video generation platform. All endpoints use the base URL https://api.creatify.ai and require X-API-ID and X-API-KEY authentication headers.

Endpoint Groups

Video Generation

GroupEndpointsDescription
URL to Video7 endpointsConvert webpage URLs into video ads
AI Avatar v15 endpointsSingle-scene avatar talking head videos
AI Avatar v25 endpointsMulti-scene avatar videos
Aurora3 endpointsSOTA studio-grade avatar from image
Product Video6 endpointsProduct image to video ad
AI Editing5 endpointsAI-enhanced video editing
AI Shorts5 endpointsText to short-form video
Custom Templates7 endpointsBranded template video generation

Content and Assets

GroupEndpointsDescription
Text to Speech3 endpointsText to AI voiceover
Text Generator4 endpointsGemini sync, async, and SSE text generation
AI Scripts3 endpointsAI-generated video scripts
Asset Generator4 endpoints30+ AI image generation models
IAB Images3 endpointsIAB-compliant ad banners

Management

GroupEndpointsDescription
Voices6 endpointsList, clone, manage AI voices
Avatars5 endpointsList and manage avatars/personas
Custom Avatars5 endpointsCreate and manage custom avatars
Links5 endpointsCreate and manage URL link objects
Workspace1 endpointCheck remaining credits

Discovery

GroupEndpointsDescription
Inspiration5 endpointsBrowse pre-made video styles
Ad Clone3 endpointsClone existing ad creative styles
DYOA1 endpointDesign Your Own Avatar listing
Music2 endpointsBrowse music categories and tracks

Authentication

Every request requires these headers:

HeaderRequiredDescription
X-API-IDYesYour API identifier
X-API-KEYYesYour API secret key
Content-TypeFor POST/PUTapplication/json

See Authentication SOP for setup details.

Common Response Pattern

All async video generation endpoints follow this pattern:

Create task:

  • Request: POST with parameters
  • Response:

Poll status:

  • Request: GET /{id}/
  • Response:

Status values: pending, processing, done, failed

See Status Codes Reference for full details.


See Also