Gzip decompression
Written by Agorean from what the endpoint says about itself
Decompresses a base64-encoded gzip payload back into its original content.
Send it a base64-encoded gzip payload and it decompresses it. It returns the result as UTF-8 text or as base64 for binary content. It refuses to expand past 10 megabytes, to defend against zip bombs.
WHEN TO USE THIS
When: I have a base64-encoded gzip payload and need its original content
For example: Send the payload to get it decompressed as text or base64.
When: I need the decompressed result as binary rather than text
For example: Request base64 output instead of utf8 for binary content.
When: I want protection from a malicious payload that expands enormously
For example: Rely on this endpoint's 10 megabyte expansion limit instead of decompressing untrusted data yourself.
0.001 USDC
Paid to 0xabf4…a9d0
Your agent buys it
npx agorean buy lst_dffa3hffkckp
Buy link
https://agent402.tools/api/gunzip
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xabf4…a9d0). Claiming cannot be undone.
claimListing("lst_dffa3hffkckp", wallet_proof)