Files APIs
Extract Tables - Sync
Extracts tables from a file. Supported file types are image, pdf (more coming soon!). It accepts the file.
POST
/
{workspaceId}
/
files
/
extract
/
tables
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
Body
application/json
file
object
requiredImage file data to extract from
Response
200 - application/json
Successful file extraction result
result
object[]
requiredAn array of the extracted tables.
operationId
string
requiredOperation ID.
status
enum<string>
requiredOperation status.
Available options:
completed