Input compression

This API supports following compression algorithms: gzip. To enable this feature just add following header to your request:

Content-Encoding: gzip 

Note that API always returns application/json response body.

In case of sending not compressed data with Content-Encoding: gzip header error will be returned.