{"uid":"cap_QE3QmrrWTW9XhHr77ntuN","slug":"string-hashing-api-sha-256-md5-25c00eb8","name":"String Hashing API (SHA-256 / MD5)","description":"Hash a string. ?algo=sha256&input=hello","url":"https://pyfile-agent.taile3ff35.ts.net:10000/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_SZ-FxhUJgg7RZBG55ksDc","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 arbitrary 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 data integrity before storage","prompt":"Hash the string 'user:alice:role:admin' with SHA-256 so I can compare it against a stored checksum to make sure it hasn't been tampered with."},{"title":"Generate deterministic ID from text","prompt":"I need a SHA-256 hash of the string 'order-2024-07-15-customer-9921' to use as a unique deterministic identifier — can you compute that?"},{"title":"Check if two strings are identical","prompt":"Hash both 'password123' and 'Password123' with SHA-256 and tell me if the digests match so I can confirm they're different."}],"resultDescription":"Returns the hash digest of the input string computed using the specified algorithm (e.g. SHA-256), typically as a hex-encoded string. The response includes the hash value and likely the algorithm used.","failureModes":["Missing required 'input' query parameter returns an error","Unsupported or misspelled algorithm name (e.g. algo=sha999) may return an error or fall back to a default","Empty string input may return a valid hash of an empty string, which could be unexpected","Payment failure (402) if the x402 micropayment is not correctly provided","Network timeout if the Tailscale-hosted service is temporarily unreachable"],"whenToPreferThis":"Choose this endpoint when you need a simple, stateless, on-demand cryptographic hash of a string without setting up local crypto libraries. Particularly useful in agent pipelines where hashing is needed as a lightweight step (e.g. deduplication, integrity checks, ID generation) and the $0.003 per-call cost is acceptable. Not ideal for bulk hashing of large datasets where per-call cost adds up.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:55:08.979Z","isFirstParty":false}