AACFlow

HTTP Request

Make generic HTTP requests with full control over method, headers, and body

Usage Instructions

Make HTTP requests to any URL with support for all standard methods (GET, POST, PUT, PATCH, DELETE, etc.), custom headers, query parameters, path parameters, form data, and configurable timeout. Useful for integrating with any REST API.

Tools

http_request

Make HTTP requests with comprehensive support for methods, headers, query parameters, path parameters, and form data. Features configurable timeout and status validation for robust API interactions.

Input

ParameterTypeRequiredDescription
urlstringYesThe URL to send the request to
methodstringNoNo description
headersobjectNoNo description
bodyobjectNoNo description
pathParamsobjectNoNo description
formDataobjectNoNo description
timeoutnumberNoNo description
retriesnumberNoNumber of retry attempts for retryable failures (timeouts, 429, 5xx). Default: 0 (no retries).
retryDelayMsnumberNoNo description
retryMaxDelayMsnumberNoNo description
retryNonIdempotentbooleanNoAllow retries for non-idempotent methods like POST/PATCH (may create duplicate requests).

Output

ParameterTypeDescription
datajsonResponse data from the HTTP request (JSON object, text, or other format)
statusnumberHTTP status code of the response (e.g., 200, 404, 500)
headersobjectResponse headers as key-value pairs

En esta página

Empieza a construir hoy
Más de 100 000 constructores confían en nosotros.
La plataforma SaaS para crear agentes de IA y operar tu fuerza de trabajo agéntica.
Empezar