Wiki Download
GET/api/v1/wiki/:slug/download
Stream the entire wiki directory as tar.gz.
Uses true streaming tar (mode='w|gz') so the archive is written and yielded chunk-by-chunk without ever buffering the full tar.gz in RAM. A 500MB wiki previously required 500MB of heap; now it needs ~64KB.
Request
Responses
- 200
- 422
Successful Response
Validation Error