Automated video creation API
Create short video projects from prompts, scripts, languages, voices, templates, and project settings.
Create an API key once, then automate YumCut video creation, AI character videos, prank image generation, catalog previews, project status polling, and final media download URLs through the YumCut User API.
curl https://app.yumcut.com/api/user/v1/projects \
-H "Authorization: Bearer $YUMCUT_API_KEY" \
-H "Idempotency-Key: video-job-2026-07-08-001" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A 30 second product teaser for a mobile app launch",
"projectExperience": "story",
"durationSeconds": 30,
"languages": ["en"],
"captionsEnabled": true
}'Automation flow
The API reuses the same user account, token balance, credit system, catalog data, and project engine as the web app, so automation does not bypass billing or duplicate project logic.
Generate a YumCut user API key and choose read, write, or both scopes.
Create projects from prompts, catalog characters, templates, or Image Prank source images.
Track each owned project until it is complete, stopped, failed, or ready for review.
Download final video, image, voiceover, and reusable Image Prank source data from API responses.
What you can automate
Create short video projects from prompts, scripts, languages, voices, templates, and project settings.
Build Image Prank workflows with catalog image info, preview URLs, source image URLs, and final image download URLs.
Read public character profiles, preview image URLs, preview video URLs, voice defaults, and variation preview images.
Check account profile, language, token balance, token history, project-cost quotes, and credit usage before creation.
List only the authenticated user projects, get details, stop active work, cancel projects, and poll status safely.
Update user settings such as defaults for captions, music, overlays, watermarks, languages, voices, and approvals.
Endpoint map
Use the interactive documentation for request bodies and live testing. These endpoint groups cover the common automation path for AI video API and prank image API workflows.
Production use cases
Generate daily YouTube Shorts, TikTok, Instagram Reels, and LinkedIn vertical video from a content calendar.
Create prank image variations from catalog source images and user-provided placement photos.
Embed AI video generation into an internal CMS, creator dashboard, or agency production pipeline.
Preload catalog characters, story templates, and Image Prank previews before users submit a job.
The YumCut documentation is interactive: create a user API key, paste it into the docs authorization field, and run video creation or Image Prank catalog requests directly.