Skip to main content
POST
/
api
/
v2
/
documents
/
{documentId}
/
unzip-async
Unzip file and return PDFs (async)
curl --request POST \
  --url https://api.example.com/api/v2/documents/{documentId}/unzip-async
{
  "asyncResultId": "<string>"
}

Path Parameters

documentId
string
required

The ID of the document to unzip. Must be a ZIP file.

Response

Default Response

asyncResultId
string
required

The ID of the async result for this job.