Skip to main content

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.

Send a POST request to an API endpoint.

Input

PropertyTypeRequiredDescription
urlSHORT_TEXTYesThe URL of the API endpoint to send the POST request to.
dataOBJECTYesThe JSON data to send in the POST request.
headersOBJECTNoThe headers to include in the POST request.

Sample Output

{
  "response": "Sample response"
}