API Reference
API v2 Endpoints
Endpoint-level docs for uploads, image processing, video processing, NSFW detection, jobs, account, credits, and feature discovery.
Image
/api/v2/images/blur-backgroundBlur the background of an image while preserving the foreground subject.
/api/v2/images/remove-backgroundRemove an image background. Use output_transparent for alpha output or background_color for a flat fill.
/api/v2/images/portrait-enhanceEnhance portrait images with face enhancement and depth effect options.
/api/v2/images/face-blurDetect faces in an image and blur or pixelate them.
/api/v2/images/license-plate-blurDetect vehicle license plates in an image and blur or pixelate them.
/api/v2/images/blur-anythingBlur objects matching a text prompt in an image.
Video
/api/v2/videos/background-blurBlur the background of a video. Returns an async job ID.
/api/v2/videos/face-blurDetect and blur faces across video frames. Returns an async job ID.
/api/v2/videos/license-plate-blurDetect and blur license plates across video frames. Returns an async job ID.
/api/v2/videos/object-removalRemove a named object from a video. object_text is required and must be 40 characters or less.
/api/v2/videos/blur-anythingBlur objects matching a text prompt across a video. Returns an async job ID.
/api/v2/videos/face-anonymizationAnonymize faces in a video using BGBlur face anonymization workflow. Returns an async job ID.