Image Pipeline
Execute arbitrary ordered chains of image and PDF transformation edit operations.
1 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Image Pipeline endpoints
| Method | Endpoint | Description |
|---|---|---|
| Registry | ||
| GET |
list_operations_operations_get /operations |
List all registered operations and their descriptions. |
| Pipeline | ||
| POST |
process_image_process_post /process |
One-shot endpoint: upload an image or PDF and apply pipeline steps in a single request. - `steps`: JSON array of step objects, e.g. `[{"op": "thumbnail", "args": [400]}]` -… |
| POST |
validate_pipeline_validate_post /validate |
Dry-run validation — checks that all ops exist and args are well-formed, without actually executing the pipeline. |
| Utils | ||
| GET |
hex_to_rgb_hex_to_rgb_get /hex_to_rgb |
Convert a hex color string to RGB tuple. |
Image Pipeline pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $5 / month | 10 / second |
|