model_version must be explicitly specified as "MinerU-HTML". For non-HTML files, you can choose the pipeline or vlm version according to your needs.task_id.task_id to get the results.url and model_version are mandatory parameters; the lack of either will cause the API call to fail. When using callback, the seed parameter must be provided together.extra_formats array.{
"url": "https://cdn-mineru.openxlab.org.cn/demo/example.pdf",
"model_version": "vlm"
}curl --location --request POST 'https://api.302.ai/mineru/api/v4/extract/task' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://cdn-mineru.openxlab.org.cn/demo/example.pdf",
"model_version": "vlm"
}'{
"code": 0,
"msg": "ok",
"trace_id": "79dd6fcac0f4b7e0a21fcc56854329a2",
"data": {
"task_id": "a4379d13-95e2-4af1-aae4-04fe5d6fc4cf"
}
}