Skip to main content

Start content extraction from a file

POST 

/org/:organizationId/extraction

Initiates an asynchronous content extraction job from a previously uploaded file. The extraction process will parse the document, split it into chunks based on the specified strategy, and optionally extract metadata. Use the returned extractionId to poll the GET /extraction/{extractionId} endpoint for results.

Request

Responses

Extraction job started successfully