Skip to main content
POST
Proxy request

Authorizations

x-api-key
string
header
required

API key for authentication. Can also be passed as Authorization: Bearer <token>.

Body

application/json
toolkit
string
required

Toolkit slug.

method
enum<string>
required

HTTP method.

Available options:
GET,
POST,
PUT,
PATCH,
DELETE
url
string
required

Full URL to request. Must match the toolkit's registered base URL.

headers
object

Additional HTTP headers.

body
any

Request body (for POST/PUT/PATCH).

connection_id
string

Which connection to use.

Response

Successful response

data
any
required

Tool execution result data.

error
string | null
required

Error message if execution failed.

successful
boolean
required