{"uid":"cap_-tfPPdWunQh-0NeI5x6V5","slug":"bolt-hash-endpoint-846d5c6d","name":"Bolt Hash Endpoint","description":"Utility toolkit for AI agents. 54 endpoints — tools, data, and AI processing. Pay per request in USDC via x402.","url":"https://datault.orbonomy.xyz/api/hash","method":"POST","headers":{},"bodySchema":{"type":"object","required":["text"],"properties":{"text":{"type":"string"},"algorithm":{"enum":["md5","sha1","sha256","sha512","sha384","sha224"],"type":"string"}}},"responseSchema":{"type":"object","properties":{"data":{"type":"object"},"success":{"type":"boolean"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_V1StflrWiSesEsLHjgtqp","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","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 of input text using a specified algorithm","exampleAgentPrompt":"Hash the text 'hello world' using SHA-256 and give me the digest.","exampleUseCases":[{"title":"Verify file content integrity","prompt":"Take this document text and compute an MD5 hash for it so I can compare it against the checksum the sender provided and confirm nothing was tampered with."},{"title":"Generate unique content fingerprint","prompt":"I have a long article string and I want a SHA-256 hash of it to use as a unique fingerprint for deduplication — can you run that for me?"},{"title":"Hash password before storing","prompt":"Before I store this user password, hash it using SHA-512 so I have a secure digest to save instead of the plaintext."}],"resultDescription":"A JSON object with a 'success' boolean and a 'data' object containing the computed hash digest of the input text.","failureModes":["Missing required 'text' field returns an error response","Unsupported or invalid algorithm name may return failure","Empty string input may produce an error or empty hash","Malformed JSON body causes a 400-level error","Payment not sent or invalid USDC payment triggers 402 response"],"whenToPreferThis":"Use this endpoint when you need a quick, pay-per-use cryptographic hash computation without setting up a local hashing library, or when operating in an agent environment that prefers remote utility microservices billed per call in USDC.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:33:11.676Z","isFirstParty":false}