TypeScript
Upload Images for Remix
Process one or more images from provided URLs. The API will download the images, apply transformations, and remove invisible watermarks.
POST
TypeScript
Authorizations
API key for TopYappers API authentication
Body
application/json
- Option 1
- Option 2
Image processing request. Send either image_url for a single image or images for a batch of up to 20 images.
Publicly accessible URL to a single image file
Example:
"https://example.com/image.jpg"
Batch of image URLs and optional image-specific parameters
Required array length:
1 - 20 elementsOptional image processing parameters. Global parameters apply to every image unless an image includes its own value.
Example:
{
"brightness": 0.02,
"contrast": 1.05,
"saturation": 1.03,
"hue": 2,
"quality": 94,
"zoomFactor": 1.02,
"deviceModel": "iPhone 16 Pro"
}