Basic Information

appmixer.ai.fal.MakeApiCall

1.0.0

Public

Perform an arbitrary authorized API call to fal. Pick one of fal's base URLs, then provide a path (or full URL), method, headers, query parameters and body.

Input Ports

in

FieldTypeDescription
Base URL select fal exposes several non-interchangeable base URLs. Pick the one for the operation you are calling. Ignored when the Path field is a full URL.
API Endpoint Path text A path relative to the selected Base URL, for example /meta or /models, or a full URL on a fal host.
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