← Tools Reference

MinerU

MinerU integration (AI, Productivity). Imported from open-connector.

API key4 toolshttps://mineru.net
POST
mineru_create_extract_task
Create a MinerU precise extraction task from a document URL.

/api/v4/extract/task

11 parameters
ParamTypeRequiredDescription
urlstringrequiredThe public HTTP or HTTPS URL of the document to parse with MinerU.
is_ocrbooleanoptionalWhether to enable OCR. Only applies to pipeline and vlm models.
enable_formulabooleanoptionalWhether to enable formula recognition for pipeline and vlm models.
enable_tablebooleanoptionalWhether to enable table recognition for pipeline and vlm models.
languagestringoptionalThe document language code used by pipeline and vlm models.
data_idstringoptionalThe caller-defined data identifier associated with the source document.
extra_formatsarrayoptionalAdditional result formats to export besides Markdown and JSON.
page_rangesstringoptionalThe page range expression to parse, such as 2,4-6 or 2--2.
model_versionstringoptionalThe MinerU model version to use for parsing.
no_cachebooleanoptionalWhether MinerU should bypass its URL content cache.
cache_toleranceintegeroptionalThe acceptable MinerU URL cache age in seconds when no_cache is false.
GET
mineru_get_extract_task
Get the current status and result URLs for a MinerU extraction task.

/api/v4/extract/task/{task_id}

1 parameter
ParamTypeRequiredDescription
task_idstringrequiredThe MinerU extraction task identifier.
POST
mineru_create_extract_batch
Create a MinerU precise extraction batch from document URLs.

/api/v4/extract/task/batch

8 parameters
ParamTypeRequiredDescription
filesarrayrequiredThe URL-based documents to submit for batch parsing.
enable_formulabooleanoptionalWhether to enable formula recognition for pipeline and vlm models.
enable_tablebooleanoptionalWhether to enable table recognition for pipeline and vlm models.
languagestringoptionalThe document language code used by pipeline and vlm models.
extra_formatsarrayoptionalAdditional result formats to export besides Markdown and JSON.
model_versionstringoptionalThe MinerU model version to use for parsing.
no_cachebooleanoptionalWhether MinerU should bypass its URL content cache.
cache_toleranceintegeroptionalThe acceptable MinerU URL cache age in seconds when no_cache is false.
GET
mineru_get_extract_batch_results
Get the current status and result URLs for a MinerU extraction batch.

/api/v4/extract-results/batch/{batch_id}

1 parameter
ParamTypeRequiredDescription
batch_idstringrequiredThe MinerU batch extraction task identifier.