process
Apply an ordered pipeline of image ops in a single paid call: one payment, one output. Price is the sum of the included ops’ prices — call without payment to get a 402 quote. Input: source (image URL), steps (ordered [{op, params}], e.g. [{"op":"remove_background"},{"op":"resize","params":{"width":800}}]). Call service_info for the available ops and their per-op prices. Output: the processed image as a short-lived signed URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Ordered ops to apply in a single pass. | |
| source | Yes | Public https:// URL of the source image to process. |