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

# Send brotli response

`GET /kitchen-sink/response/brotli`

_Brotli encoding is a modern compression algorithm specifically designed for web content compression. It provides advanced and efficient compression by utilizing a combination of various techniques, including LZ77, Huffman coding, and context modeling._

The API endpoint returns a Brotli encoded response, which means the response data is compressed using the Brotli compression algorithm.

Brotli compression offers superior compression ratios compared to traditional compression methods like GZIP, resulting in smaller file sizes and improved network efficiency.

The client will receive the compressed response and can decompress it using Brotli decompression to obtain the original data.

## Response `200`

Send brotli 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)
