Cleanup.pictures website screenshot

Cleanup.pictures

Cleanup.pictures provides AI-powered photo cleanup, object and watermark removal via inpainting. The public API is hosted on the ClipDrop platform (now Jasper.ai) at https://clipdrop-api.co/cleanup/v1, billed at 1 credit per successful call.

1 APIs 0 Features
AIImage EditingObject RemovalInpaintingVisual

APIs

Cleanup.pictures Inpainting API

REST API for object/watermark/blemish removal via mask-based inpainting. POST multipart/form-data with image_file, mask_file, and optional mode (fast/quality) to https://clipdro...

Collections

Pricing Plans

Rate Limits

Cleanup Pictures Rate Limits

4 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Cleanup.pictures API (ClipDrop)
  version: 1.0.0
request:
  auth:
    type: apikey
    key: x-api-key
    value: '{{x-api-key}}'
    placement: header
items:
- info:
    name: Cleanup an image
    type: http
  http:
    method: POST
    url: https://clipdrop-api.co/cleanup/v1
    body:
      type: multipart-form
      data:
      - name: image_file
        type: text
        value: ''
      - name: mask_file
        type: text
        value: ''
      - name: mode
        type: text
        value: ''
  docs: 'Remove objects, watermarks or blemishes from an image using a mask.

    Submit the source image and a black/white PNG mask of the same resolution

    marking the areas to inpaint. Returns the cleaned image as image/png.

    '
bundled: true