---
title: "Send gzip response"
method: GET
path: "/kitchen-sink/response/gzip"
tags: ["🚰 Kitchen Sink"]
---

# Send gzip response

`GET /kitchen-sink/response/gzip`

_GZIP encoding is a compression technique used to reduce the size of data transmitted over the network. It works by replacing repetitive or redundant sequences of data with references, resulting in a compressed representation._

The API endpoint returns a GZIP encoded response, providing a compressed version of the requested resource.

When accessing this endpoint, the response received will be encoded using the GZIP compression algorithm, resulting in a smaller response size for efficient transmission over the network.

GZIP encoding reduces bandwidth usage and improves overall performance by compressing the response data on the server-side and decompressing it on the client-side.

## Response `200`

Send gzip response

- object
  - `data` object
    - `contentEncoding` string
    - `string` string
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
