Dead Drop · Example Payload

Dead Drop Retrieve Drop Example

MessagingPrivacyAnonymousOpen-Source

Dead Drop Retrieve Drop Example is an example object payload from Dead Drop, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.dead-drop.xyz/api/v1/drops/7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d?I_agree_with_terms_and_conditions=true"
  },
  "response": {
    "status": 200,
    "headers": {
      "content-type": "application/json"
    },
    "body": {
      "id": "7c4e8d3a9f1b6e2c8d4a7f3b9e1c5d8a2f6b4e9d3c7a1f8b5e2d9c4a6f3b7e1d",
      "tier": "free",
      "visibility": "private",
      "payload": "5d4f1c3a9e7b8d2f6c1a4e9b3d8f7c2a",
      "salt": "a1b2c3d4e5f6789012345678abcdef01",
      "iv": "00112233445566778899aabb",
      "encryptionAlgo": "pbkdf2-aes256-gcm-v1",
      "encryptionParams": {
        "rounds": 100000
      },
      "mimeType": "text/plain",
      "hashAlgo": "sha-256",
      "expiresAt": "2026-05-23T12:00:00.000Z"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/dead-drop-retrieve-drop-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.