POST /api/decompress
| Method | POST |
| Path | /api/decompress |
| Group | Zeq Compress |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) |
| Source | shared/api-core/src/routes/zeqCompress.ts |
Call it
curl -X POST https://zeqsdk.com/api/decompress \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"archive":"…"}'
Reference
- Group: Zeq Compress
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.