{"uid":"cap_pzBvh44mu0W70hoMCSG0w","slug":"vendsdk-ssrf-safe-http-get-fetcher-7f6f5d2f","name":"VendSDK SSRF-Safe HTTP GET Fetcher","description":"SSRF-safe public GET with status, headers, and size-capped JSON/text body for agent tool use","url":"https://vendsdk.com/api/v/http-get","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"type":"object","required":["url"],"properties":{"url":{"type":"string","description":"Public https:// URL"},"max_bytes":{"type":"string","description":"Max body bytes (default 48000)"}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"ok":{"type":"boolean"},"status":{"type":"number"},"service":{"type":"string"},"truncated":{"type":"boolean"},"content_type":{"type":"string"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.004","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.004/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_WiI9YcmHsqlSIRDBR7QfL","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.004","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Performs a safe HTTP GET on any public HTTPS URL and returns the status code, response headers, and size-capped JSON or text body for agent use","exampleAgentPrompt":"Can you fetch the contents of https://api.example.com/data and return the JSON response body, capping the response at 32000 bytes?","exampleUseCases":[{"title":"Fetch live public API data","prompt":"Pull the current response from https://api.coinbase.com/v2/prices/BTC-USD/spot and give me the JSON body — cap it at 24000 bytes."},{"title":"Read a remote config file","prompt":"Grab the contents of https://raw.githubusercontent.com/myorg/myrepo/main/config.json and show me what's in it."},{"title":"Check a third-party JSON feed","prompt":"Fetch https://status.stripe.com/api/v2/summary.json and tell me what the status and response body say, limiting to 48000 bytes."}],"resultDescription":"Returns an object containing: a boolean 'ok' indicating success, the HTTP numeric status code, the content_type header, a truncated flag indicating if the body was cut off at the byte limit, the service name, and the response body as parsed JSON or raw text up to max_bytes.","failureModes":["Non-HTTPS or private/internal URLs are blocked (SSRF protection)","Unreachable or timed-out URLs return an error status","URLs returning binary content (images, PDFs) may not be meaningfully represented","Responses exceeding max_bytes are truncated (truncated=true)","Non-200 status codes are returned faithfully but body may be empty","Malformed URLs in the query parameter cause validation failure"],"whenToPreferThis":"Use this endpoint when an agent needs to safely fetch the content of an arbitrary public HTTPS URL — especially JSON APIs or text pages — with guaranteed SSRF protection, response size capping, and structured metadata (status, headers, content type). Prefer it over raw HTTP calls when operating in a sandboxed agent environment. Prefer VendSDK's plain-text sibling endpoint if you need HTML stripped; prefer the HEAD-only sibling if you only need status and headers without the body.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:48:55.506Z","isFirstParty":false}