{"uid":"cap_8mbBHDn2KQdH-c-fJ2XUc","slug":"24k-labs-hash-multi-85e49480","name":"24K Labs Hash-Multi","description":"Compute md5, sha1, sha256, sha512, sha3-256 and crc32 digests of text (or hex bytes) in a single call. Returns hex for each plus byte length.","url":"https://api.24klabs.ai/api/v1/hash-multi","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"text":{"type":"string"}}},"responseSchema":{"type":"json","example":{"sha256":"b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","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.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_4j06D8medmZUze2s6zv4R","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Computes MD5, SHA-1, SHA-256, SHA-512, SHA3-256, and CRC32 digests of a text string or hex bytes in a single API call, returning hex-encoded hashes and byte length.","exampleAgentPrompt":"Can you compute all the common hash digests — MD5, SHA-1, SHA-256, SHA-512, SHA3-256, and CRC32 — of the string 'Hello, World!' and show me each one in hex?","exampleUseCases":[{"title":"Fingerprint a file's content string","prompt":"I need to fingerprint this config file content for audit logging — can you run it through all the standard hash algorithms at once and give me the hex digests? The content is: 'database_host=prod.db.example.com\\nmax_connections=100'"},{"title":"Verify data integrity across formats","prompt":"I want to verify the integrity of a data payload I'm sending — please compute the MD5, SHA-256, and CRC32 checksums of the string 'order_id=98765&amount=49.99&currency=USD' so I can compare them on the receiving end."},{"title":"Generate password hash for comparison","prompt":"Can you hash the text 'MyS3cretP@ssword!' using SHA-256 and SHA-512 at the same time so I can compare both outputs and decide which one to use for my storage scheme?"}],"resultDescription":"Returns a JSON object containing hex-encoded digest strings for each algorithm (md5, sha1, sha256, sha512, sha3_256, crc32) and the byte length of the input. All digests are computed in a single call.","failureModes":["Invalid or malformed hex input when hex mode is specified — returns 400 error","Empty input string — may return zero-length hash or validation error","Oversized input payload exceeding server limits — returns 413 or timeout","Payment failure or insufficient USDC balance — returns 402 Payment Required","Network timeout for very large inputs"],"whenToPreferThis":"Choose this endpoint when you need multiple hash formats simultaneously and want to avoid making separate calls to different hashing services. It is ideal for data integrity verification, audit logging, or fingerprinting where you need cross-algorithm comparison. Prefer this over single-algorithm endpoints when your use case requires MD5 (legacy compatibility), CRC32 (checksums), and SHA-family (security) all at once in one roundtrip.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:58:53.180Z","isFirstParty":false}