# HTTP Command

By using HTTP Command you can send POST request to endpoint. You need to provide following three parameters:

* Request Endpoint ID
* Authentication Key
* Payload

In below example shown in image, the Endpoint ID '*HttpRule'* is the HTTP Rule created in dashboard, with Authentication key '1234'. You can send payload in JSON Object format.

![HTTP Command](/files/wWeATC3ono8OwKiwvEmz)

After sending the command, you can see the result of the command in given Result table.


---

# 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://docs.thingsup.io/command/http-command.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.
