Files APIs
Extract Tables - Async Start
Starts an asynchronous operation to extract tables from a file. Supported file types are image, pdf (more coming soon!). This methods accepts the file. The API responds with an ID to track the operation status and retrieve the result.
POST
/
{workspaceId}
/
files
/
extract
/
tables
/
start
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
201 - application/json
Pending file extraction result
operationId
string
requiredOperation ID
status
enum<string>
requiredOperation status.
Available options:
pending