{"uid":"cap_bwAn5iFyD3PqjvSsXefvG","slug":"forgemesh-text-hashing-api-d123a1d2","name":"ForgeMesh Text Hashing API","description":"Text hashing API: SHA-256, SHA-512, SHA-1, or MD5 digest of any text, returned as hex — deterministic, instant, computed locally. For deduplication keys, cache keys, content fingerprints, and integrity checks in agent pipelines.","url":"https://x402.forgemesh.io/hash-text","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text":{"type":"string"},"algorithm":{"type":"string","description":"sha256 (default) | sha512 | sha1 | md5"}}},"responseSchema":{"type":"json","example":{"hex":"2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824","algorithm":"sha256"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_IWaG_Gn8zlSxP8uCdAzcK","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes SHA-256, SHA-512, SHA-1, or MD5 cryptographic hash digests of any input text, returned as a hex string.","exampleAgentPrompt":"Can you give me the SHA-256 hex hash of the text 'Hello, world!'?","exampleUseCases":null,"resultDescription":"Returns a hex-encoded cryptographic hash digest of the provided text, computed using the specified algorithm (sha256 by default, or sha512, sha1, md5). The response includes the resulting digest string and the algorithm used.","failureModes":["Missing 'text' field in request body — returns 4xx error","Invalid algorithm value not in allowed set (sha256, sha512, sha1, md5) — returns error or falls back to default","Empty string input may return a valid hash (hash of empty string) or an error depending on implementation","Payment failure via x402 protocol — endpoint returns 402 Payment Required"],"whenToPreferThis":"Choose this endpoint when you need a fast, deterministic, stateless text hash with no local crypto library — ideal for agent pipelines needing deduplication keys, cache keys, or content fingerprints without executing code locally. Prefer over local computation when running in sandboxed environments. Use when you need multiple algorithm options (SHA-256, SHA-512, SHA-1, MD5) via a single consistent API.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T19:07:11.371Z","isFirstParty":false}