The UnDatasIO for Web Service enables easy interaction with the UnDatasIO API, allowing developers to execute queries and mutations against the UnDatasIO platform.
Prerequisites
Before you begin, ensure you have the following:
An active account on the UnDatasIO Platform with access to the API Settings page.
# 6. View parsing results (assuming you know the version number is 'v1' and want to get the title and table information in the parsing results)
{
"url": "https://backend.undatas.io/api/api/get_type_info",
"params": {
"user_id": "025ae1da7598456daa802fef7873e31b",
"type_info": ["table"],
"file_name": "1d8c9bc374114b6e901da.pdf",
"version": "v26",
"task_name": "pdfParserDemo"
},
"response": {
"code": 200,
"message": "success",
"data": "result"
}
}