{"uid":"cap_PBfpIRRdZT9dqPR0nLCnn","slug":"string-hashing-api-sha-256-multi-algorithm-6f4193c2","name":"String Hashing API (SHA-256 / Multi-Algorithm)","description":"Hash a string. ?algo=sha256&input=hello","url":"https://pyfile-agent.taile3ff35.ts.net/data/hash","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"},"queryParams":{"type":"object","properties":{"algo":{"type":"string"},"input":{"type":"string"}}}}},"output":{"type":"object"}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","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.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_M3q2VT29FVIHlAQEWfr0H","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Hashes an input string using a specified algorithm (e.g. SHA-256) and returns the resulting hash digest.","exampleAgentPrompt":"Can you hash the string 'hello world' using SHA-256 and give me the resulting digest?","exampleUseCases":[{"title":"Verify password hash before storing","prompt":"Hash the string 'MyS3cretP@ss' with SHA-256 so I can compare it against what's stored in my database."},{"title":"Generate fingerprint for deduplication","prompt":"I need a SHA-256 hash of the text 'invoice-2024-00123-acme' to use as a unique fingerprint for deduplication."},{"title":"Audit log integrity check","prompt":"Hash this log entry string 'user_id=42 action=login timestamp=1720000000' with SHA-256 so I can attach it as an integrity tag."}],"resultDescription":"Returns a JSON response containing the computed hash digest as a hex string, the algorithm used, and the original input — enabling immediate use in integrity checks, deduplication, or verification workflows.","failureModes":["Missing 'input' query parameter returns an error or empty response","Unsupported algorithm specified via 'algo' parameter returns an error","Very long input strings may be truncated or rejected","Network timeout from the Tailscale-hosted service","Invalid characters in the input may cause encoding issues"],"whenToPreferThis":"Choose this endpoint when you need a quick, stateless, server-side cryptographic hash of a string without setting up local crypto libraries. Ideal for lightweight agents that need deterministic string fingerprints, integrity tags, or hash verification in a single API call. Prefer it over local hashing when running in sandboxed environments without crypto access.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:30:45.212Z","isFirstParty":false}