Reference
Zip to Text Extractor
Overview
Heavstal Unzip is a specialized tool for developers and AI engineers. It downloads a remote ZIP file, recursively extracts every file inside, and compiles them into a single, structured .txt file.
This is extremely useful for feeding an entire project codebase into ChatGPT, Claude, or DeepSeek for analysis without manually copying files.
Endpoint
POST /unzip
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| url | string | Required | Direct URL to the .zip file (e.g. GitHub archive link). |
| includeBinary | boolean | Optional | If `true`, images/PDFs are converted to Base64. If `false`, they are skipped to save space. Default: `false`. |
Example Usage
javascript
Successful Response
json