> For the complete documentation index, see [llms.txt](https://apidocs.alphax.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.alphax.cloud/http/http-headers.md).

# HTTP Headers

**HTTP Headers**

The following HTTP headers are used by the AlphaX conduit service:

* Header Value
* Description
* Token

All requests must include a token. See specific request to determine if it should be included in the header or body of your request.

**Content-Type: application/json** All requests containing JSON data in the body must specify this header

**Content-Encoding: gzip** Request body is gzip compressed

**Accept-Encoding: gzip** Response will use gzip compression when content-length > 1024 bytes

**X-HTTP-Method-Override:PUT, DELETE** Clients not supporting PUT/DELETE methods can send via POST with this header
