curl --request POST \
--url https://api.example.com/api/v2/documents/{documentId}/unzip{
"documents": [
{
"id": "<string>",
"fileName": "<string>"
}
]
}Given a document ID representing a ZIP file, unzip it, traverse the directory structure and return all PDFs found as a list of documents
curl --request POST \
--url https://api.example.com/api/v2/documents/{documentId}/unzip{
"documents": [
{
"id": "<string>",
"fileName": "<string>"
}
]
}