AI video object removal

Remove Object from Video API

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.

Endpoint

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.

Get the result

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.

What people use it for

Also see: Remove Object from PhotoVideo Generation API