api_post
Send a POST request to an API endpoint with specified data and headers. Facilitates web interactions and data submission in the Browser Agent MCP environment.
Instructions
Perform a POST request to an API endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Request body data (JSON string) | |
headers | No | Request headers | |
url | Yes | API endpoint URL |