Basic Information

appmixer.brightdata.core.MakeApiCall

Make API Call

1.0.0

Public

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

Input Ports

in

FieldTypeDescription
API Endpoint Path text A path relative to https://api.brightdata.com, for example /datasets/v3/snapshots. A full URL is accepted only when it points at https://api.brightdata.com; any other host is rejected so your API token is never sent elsewhere.
HTTP Method select The HTTP method for the API call.
Query Parameters key-value Optional query parameters, for example dataset_id.
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