Submit Parse Task
Submit a file for processing through the multimodal pipeline.Endpoint
POST /api/parse
Request Body
The ID assigned to the document in your database.
The URL of the source file (PDF, Docx, etc.) to be parsed.
The parser implementation to use.
Optional configuration for the parser.
Response
Get Parse Status
Check the current status and retrieve results once completed.Endpoint
GET /api/parse/{task_id}
