> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# POST Request

Send a POST request to an API endpoint.

## Input

| Property | Type        | Required | Description                                              |
| -------- | ----------- | -------- | -------------------------------------------------------- |
| url      | SHORT\_TEXT | Yes      | The URL of the API endpoint to send the POST request to. |
| data     | OBJECT      | Yes      | The JSON data to send in the POST request.               |
| headers  | OBJECT      | No       | The headers to include in the POST request.              |

## Sample Output

```json theme={null}
{
  "response": "Sample response"
}
```
