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
- 200
- 400
- 401
- 403
- 404
- 500
Extraction job started successfully
Invalid request
Unauthorized
Forbidden
Not found
Internal server error