Image Operations
Warp (perspective correct) an image
Creates a task to apply perspective correction (warp) to an image based on detected document boundaries.
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
verticesrequired
array<unknown>
Coordinates of the 4 vertices of the quadrilateral to warp the image to.
@minItems 4 @maxItems 4
Response Body
The response of an warp task
TypeScript Definitions
Use the response body type in TypeScript.
responserequired
Warp Response
The response of an warp task