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

本页内容

今天就开始构建
超过 100,000 名开发者信赖我们。
用于构建 AI 智能体并运行智能体工作团队的 SaaS 平台。
开始使用