Understanding Reducto’s Parse endpoint
How do I parse password-protected PDFs?
document_password
field of advanced_options
in your request. The API will use this password to decrypt the document before processing. If the password is incorrect or not provided for a password-protected document, you’ll receive an error response.Can I just get the whole document returned in markdown format (mdx)?
parse_response['result']['chunks'][0]['content']
.