Advanced Image Manipulation API
Advanced Image Manipulation Web API provides developers with powerful tools to create thumbnails, resize, crop, blur and transpose images. This API provides various endpoints for transforming images. The transformations include converting PDF files to images, creating thumbnails, cropping, blurring, resizing, rotating, transposing images and converting jpg to png or png to jpg. All apis other…
Advanced Image Manipulation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
transpose /transpose |
Creates a transformed image from the provided source URL using the specified transpose method. Args: source_url (str): The URL of the image to be transformed. method… |
| GET |
ping /ping |
Responds with a simple "pong" message. Returns: dict: A dictionary with a "ping" key and "pong" value. |
| GET |
rotate /rotate |
Creates a rotated image from the provided source URL. Args: source_url (str): The URL of the image to be rotated. angle (float): The angle in degrees to rotate the image.… |
| GET |
pdf_to_images /pdf_to_images |
Creates a set of image files from a PDF file located at the provided source URL. Args: source_url (str): The URL of the PDF file to be converted to images. Returns:… |
| GET |
thumbnail /thumbnail |
Creates a thumbnail image from the provided source URL, with the specified height and width. Args: source_url (str): The URL of the image to be used as the source. height (int):… |
| GET |
crop /crop |
Creates a cropped image from the provided source URL, with the specified left, upper, right, and lower coordinates. Args: source_url (str): The URL of the image to be used as the… |
| GET |
blur /blur |
Creates a blurred image from the provided source URL. Args: source_url (str): The URL of the image to be blurred. Returns: dict: A dictionary containing the URL of the stored… |
| GET |
convert /convert |
Converts the image at the provided source URL to the specified format. Args: source_url (str): The URL of the image to be converted. convert_to (ConvertFormat): The format to… |
| GET |
resize /resize |
Creates a resized image from the provided source URL. Args: source_url (str): The URL of the image to be resized. height (int): The desired height of the resized image. width… |
Advanced Image Manipulation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA Recommended | $20 / month | 1 / second |
|
| MEGA | $50 / month | 5 / second |
|