{"uid":"cap_lPg3oj4j1130YlRz9ST5K","slug":"forgemesh-text-checksum-367edb5f","name":"ForgeMesh Text Checksum","description":"Generates a deterministic checksum, SHA-256, SHA-512, SHA-1, or MD5, for any block of text, returned as a hex digest with no storage or logging of the input. For pipelines that need to detect whether two pieces of text are byte-for-byte identical without re-reading and comparing them token by token.","url":"https://x402.forgemesh.io/text-checksum","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_TlGYAxxISX590i4gxjo1s","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 a deterministic cryptographic hash (SHA-256, SHA-512, SHA-1, or MD5) of any input text, returning a hex digest without storing or logging the input.","exampleAgentPrompt":"Can you compute the SHA-256 hex digest for this text: 'The quick brown fox jumps over the lazy dog'?","exampleUseCases":null,"resultDescription":"Returns a hex-encoded cryptographic digest of the input text using the specified algorithm (defaulting to SHA-256). No input is stored or logged. The result is deterministic: the same text and algorithm always produce the same hash.","failureModes":["Missing or empty 'text' field returns a 400-level error","Invalid algorithm value (not one of sha256, sha512, sha1, md5) returns an error","Payment failure (insufficient USDC balance) blocks the call","Extremely large text payloads may be rejected or time out"],"whenToPreferThis":"Use this endpoint when you need a quick, stateless, privacy-preserving checksum of arbitrary text without setting up a local hashing library — especially in pipelines where you want to detect duplicate or unchanged content by comparing fingerprints rather than comparing full text. Prefer this over storing or re-reading text when deduplication or integrity checks are needed across systems.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:05:25.442Z","isFirstParty":false}