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 GET request to an API endpoint.

Input

PropertyTypeRequiredDescription
urlSHORT_TEXTYesThe URL of the API endpoint to send the GET request to.
paramsOBJECTNoThe query parameters to include in the GET request.
headersOBJECTNoThe headers to include in the GET request.

Sample Output

{
  "response": "Sample response"
}