FAQ
If one of my job UUID is leaked, can other people access my document?
If the UUID of one of your job is leaked, it can not be used by other to retrieve the document / parse result of your LlamaParse job.
Our API server check if the UUID of a job belong to you before returning the job result, and will return "Job not found"
if no UUID belonging to one of your job exist.
Is it possible to get page number?
When using text
and markdown
mode, LlamaParse do not return page numbers. However it is possible to have page number when using json
mode. json
mode return an array of page object that each contain a pageNumber
.