For AI agents: a documentation index is available at /llms.txt
Skip to main content

ResponseResponse

Response returned from the response API

Properties

PropertyTypeDescription
base64EncodedbooleanWhether the response body is base64 encoded.
bodystring | nullThe body of the response, represented as a string when possible or base64 for binary-type requests like images
headersRequestHeader[] | nullThe response headers returned
methodMethod | nullThe HTTP method of the request that facilitated the response
statusnumber | nullThe HTTP status code of the response
typeResourceType | nullThe type of response that was received
urlstring | nullThe final URL of the response