/guess-shape
Create a new job for guessing a shape.
Suggest a Shape for a Document
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"id": string,
"createdAt": string,
"status": "CREATED",
"type": "guess-shape",
"pages": number, // Number of billed pages in this job
"fileName": string,
"result": null, // Is null after creation
"urls": {
"get": string; // Query this URL to get the status/result of your job
}
}{
"error": string
}{
"error": string
}Example
Last updated