{"uid":"cap_CpWZVFl2_YrXcEddr_VSc","slug":"slidingbox-hydrate-one-shot-encrypted-blob-retrieval-8870f94d","name":"Slidingbox Hydrate — One-Shot Encrypted Blob Retrieval","description":"Pay per request (x402) to retrieve and permanently delete a one-shot encrypted blob by pointer. The pointer is invalidated the instant this call succeeds; a second hydrate against the same pointer always 404s, paid or not.","url":"https://slidingbox.ai/v1/hydrate/:pointer","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","properties":{"pointer":{"type":"string","pattern":"^sb_[A-Za-z0-9_-]{43}$"}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["ciphertext","iv","content_type"],"properties":{"iv":{"type":"string","format":"base64url"},"ciphertext":{"type":"string","format":"base64url"},"content_type":{"type":"string"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","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.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_53uTPdevOzD4QEP3NcvQt","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves and permanently deletes a one-shot encrypted blob by pointer; the pointer is invalidated immediately on success, making this a single-use read operation.","exampleAgentPrompt":"Retrieve the one-shot encrypted blob at pointer abc123xyz on Slidingbox — consume it now and give me whatever's inside; it'll self-destruct the moment you read it.","exampleUseCases":[{"title":"Burn-after-reading secret delivery","prompt":"I sent a one-time secret to a colleague using a Slidingbox pointer — the pointer is 7fQ9mNpLk2. Fetch and show me what it contains before it expires, knowing it'll be gone the second you read it."},{"title":"Single-use API credential handoff","prompt":"My team stored a temporary API key in a Slidingbox one-shot blob with pointer ref-88ZzTv01. Go retrieve and delete it now — read it once and give me the key, it's not accessible after that."},{"title":"Ephemeral payment confirmation code","prompt":"There's a one-time confirmation code sitting in Slidingbox under pointer pmt-45XqWr. Grab it for me right now — I know it'll be permanently deleted the instant you pull it."}],"resultDescription":"Returns the decrypted contents of the encrypted blob associated with the given pointer. After a successful retrieval, the pointer is permanently invalidated and any subsequent call with the same pointer returns a 404. The response contains the stored payload data.","failureModes":["Pointer already consumed: returns 404 because the blob was already retrieved and deleted","Invalid or malformed pointer: returns 404 or 400 if the pointer string is not recognized","Payment failure: x402 payment not accepted or insufficient, access denied","Network timeout: blob not returned, but pointer invalidation state may be ambiguous","Blob never existed: pointer references a payload that was never stored, returns 404"],"whenToPreferThis":"Use this endpoint when you need to securely retrieve a secret, credential, or sensitive payload that must be provably destroyed after a single read — such as burn-after-reading messages, one-time passwords, or ephemeral handoff tokens. Prefer this over standard secret stores when the key guarantee is that no second retrieval is possible, not even by the sender.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:30:33.800Z","isFirstParty":false}