appmixer.firecrawl.core.MakeApiCall
Make API Call
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| 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. |
| Field | Type | Description |
|---|---|---|
| Status Code | number | - |
| Response Headers | object | - |
| Response Body | object | - |