Basic Information

appmixer.firecrawl.core.MakeApiCall

Make API Call

1.0.0

Public

Make a custom authorized call to the Firecrawl API. Use it for endpoints or parameters that dedicated components do not cover.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Relative path of the Firecrawl API endpoint, e.g. /v2/team/credit-usage. Absolute URLs are allowed only on the https://api.firecrawl.dev host.
HTTP Method select Select the HTTP method for the API call.
Query Parameters key-value Optional query parameters appended to the URL.
Request Body textarea Optional JSON request body, e.g. {"url":"https://example.com"}.
Request Headers key-value Optional additional request headers.

Output Ports

out

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

Full Metadata