{"uid":"cap_XsM-w2rNUeeC6tpVaGRXW","slug":"nordforge-hash-api-4bd525e6","name":"Nordforge Hash API","description":"Pay-per-call hashing, encoding, ping, URL→markdown and JSON fetch. USDC on Base via x402.","url":"https://nordforge-x402.rly.best/v1/hash","method":"POST","headers":{},"bodySchema":{"type":"object","required":["text"],"properties":{"algo":{"enum":["sha256","sha512","md5"],"type":"string"},"text":{"type":"string"}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.0001","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.0001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_na8QJ1OMZ2aBV6Ifka8f2","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes a cryptographic hash (SHA-256, SHA-512, or MD5) of a given text string, billed per call via USDC on Base.","exampleAgentPrompt":"Can you compute the SHA-256 hash of the string 'hello world' for me?","exampleUseCases":[{"title":"Integrity check before storing data","prompt":"Hash this string with SHA-256 so I can store the digest alongside the original record and verify it hasn't been tampered with: 'user:42:email:alice@example.com'"},{"title":"Generate consistent key fingerprint","prompt":"Give me the MD5 hash of the string 'nordforge-session-token-abc123' — I need a short fixed-length fingerprint for a cache key."},{"title":"Audit trail of log entries","prompt":"Compute a SHA-512 hash of this log line so I can sign it into our audit trail: '2024-06-01T12:00:00Z INFO Payment processed for order #9981'"}],"resultDescription":"Returns a hex-encoded hash digest of the input text using the specified algorithm (sha256, sha512, or md5). The response contains the computed hash string ready for comparison, storage, or further processing.","failureModes":["Missing required 'text' field returns a 400 validation error","Unsupported algorithm value (not sha256/sha512/md5) returns a 422 enum validation error","Payment not provided or insufficient USDC triggers a 402 Payment Required response","Empty string input may return a valid hash of empty input (algorithm-dependent behavior)","Network timeout if the relay infrastructure is temporarily unavailable"],"whenToPreferThis":"Choose this endpoint when you need a quick, pay-per-call cryptographic hash of a text string without setting up your own hashing library or infrastructure, especially inside an agentic workflow where spinning up a compute environment is impractical. It is ideal for lightweight integrity checks, fingerprinting, or deterministic key generation within automated pipelines.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:30:14.572Z","isFirstParty":false}