Basic Information

appmixer.tavily.core.MakeApiCall

Make API Call

1.0.0

Public

Perform an arbitrary authorized API call to Tavily. Provide a path (or full URL), method, headers, query parameters and body. The Authorization header is added automatically.

Input Ports

in

FieldTypeDescription
API Endpoint Path text A path relative to https://api.tavily.com, for example /search. A full URL is accepted only when it points at https://api.tavily.com; any other host is rejected so your API key is never sent elsewhere.
HTTP Method select The HTTP method for the API call.
Query Parameters key-value Optional query parameters.
Request Body textarea Optional JSON request body.
Request Headers key-value Optional additional headers. The Authorization header is set automatically.

Output Ports

out

FieldTypeDescription
Status Code integer -
Response Headers object -
Response Body object -

Full Metadata