DOCUMENT:
Reimagine | Clipdrop APIs
Request Body Parameters
image_file (required)
- Type: file
- Required: Yes
- Description: The original image to process. The image should be a PNG, JPEG, or WebP file, with a maximum width and height of 1024 pixels.
- Example: "[email protected]"
Example Requests
CURL Example
curl -X POST <https://clipdrop-api.co/reimagine/v1/reimagine> \\\\
-H 'x-api-key: YOUR_API_KEY' \\\\
-F [email protected] \\\\
-o result.jpg