Erase unwanted objects, people, logos, or watermarks from a video and let AI reconstruct the background frame-by-frame. One API call — no timeline editing, no manual masking. Perfect for cleaning up stock footage, product videos, and social clips.
POST https://api.pixelapi.dev/v1/video/void_removal
curl -X POST https://api.pixelapi.dev/v1/video/void_removal \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "[email protected]" \ -F "prompt=remove the person walking in the background"
Describe what to remove in prompt. Optional engine selects quality vs speed.
curl https://api.pixelapi.dev/v1/video/JOB_ID \ -H "Authorization: Bearer YOUR_API_KEY"
Jobs run async on always-warm infrastructure — poll until status is completed. No cold starts.
Also see: Remove Object from Photo • Video Generation API