Files APIs
Extract Structured Data - Async Result
Gets the result of the structured data extraction operation using the operation ID.
GET
/
{workspaceId}
/
files
/
extract
/
structuredData
/
{operationId}
/
result
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?
operationId
string
requiredThe ID for the requested file operation. This is obtained from the start request.
Response
200 - application/json
Successful file extraction result
result
any
requiredThe extracted data formatted according to the input dataSchema
operationId
string
requiredOperation ID.
status
enum<string>
requiredOperation status.
Available options:
completed