Compress Get
GET {{baseUrl}}/compress?uncompressedData=<text>
This GET method will pass a string to the SDK and with the use of GZip compress the string and pass back the compressed data.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
uncompressedData | string | (Required) The text to compress |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{}