# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.alphax.cloud/http/http-headers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
