Image Operations
Apply an effect to an image
Creates a task to apply a specified visual effect to an image.
Authorization
x-api-key
<token>
API Key for authentication
In: header
Request Body
application/json
Optionalinputrequired
string
The id of the file to operate on.
name
string
effectrequired
string
The effect to apply to the image
Value in:
"grayscale" | "scanner" | "black-background"
Response Body
The response of an apply-effect task
TypeScript Definitions
Use the response body type in TypeScript.
responserequired
Apply Effect Response
The response of an apply-effect task