All API endpoints support compressed responses to reduce payload size and improve performance.Overview#
The API can return responses compressed using standard HTTP compression algorithms. Compression is opt-in and controlled by the client via the Accept-Encoding request header.When compression is enabled:Response sizes are significantly reduced
Network transfer is faster
Supported Compression Algorithms#
The API currently supports the following compression methods:The server will automatically select the best supported algorithm based on the Accept-Encoding header sent by the client.How to Enable Compression#
To receive compressed responses, include the Accept-Encoding header in your request.Example Request#
Example Respose#
Modified at 2025-12-16 17:42:04