Skip to main content
POST
Invoke Web API

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
url
string
required

API endpoint URL.

Example:

"https://api.example.com/data"

method
enum<string>
default:POST
required

HTTP method.

Available options:
POST,
GET,
PUT,
HEAD
body
string
required

Request body (string)

headers
object

Request headers (JSON format)

Response

200 - application/json

API response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action