POST
/
{workspaceId}
/
files
/
extract
/
tables
{
  "operationId": "aaaabbbCCCCdddd",
  "result": [
    {
      "content": [
        [
          "Number",
          "Name"
        ],
        [
          1,
          "John Doe"
        ]
      ],
      "pageNumber": 1,
      "title": "Customers"
    }
  ],
  "status": "completed"
}

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

Body

application/json
file
object
required

Image file data to extract from

Response

200 - application/json
result
object[]
required

An array of the extracted tables.

operationId
string
required

Operation ID.

status
enum<string>
required

Operation status.

Available options:
completed