DOCUMENT:
Remove Text | Clipdrop APIs
Request Body Parameters
image_file (required)
- Type: file
- Required: Yes
- Description: The original image to process. The image should be a JPG or PNG file, with a maximum resolution of 16 megapixels and a max file size of 30 MB.
- Example: "[email protected]"
Example Requests
CURL Example
curl -X POST <https://clipdrop-api.co/remove-text/v1> \\\\
-H 'x-api-key: YOUR_API_KEY' \\\\
-F '[email protected]' \\\\
-o result.png