Files APIs
Extract Markdown - Async Result
Gets the result of the markdown extraction operation using the operation ID.
GET
/
{workspaceId}
/
files
/
extract
/
markdown
/
{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
string
requiredThe extracted markdown
operationId
string
requiredOperation ID.
status
enum<string>
requiredOperation status.
Available options:
completed