Brainbase home page
Search...
⌘K
Login
Get Started
Get Started
Search...
Navigation
Actions
POST Request
Documentation
Integrations
REST API
SDK
Website
Status
VSCode Extension for Based
Integrations
Gmail
Google Sheets
Google Calendar
Google Contacts
Google Forms
Slack
Salesforce
Monday
LinkedIn
Outlook
Twilio
Voice
File
Extract
Answer
Link
Browser
Brainbase Table
Google Search
Mapping
Code
Brainbase Forms
API
Authentication
Actions
GET Request
POST Request
On this page
Input
Sample Output
Actions
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
Copy
{
"response"
:
"Sample response"
}
Suggest edits
Raise issue
GET Request
Assistant
Responses are generated using AI and may contain mistakes.