POST
Storage ID Search
The bucket must be one of the twelve buckets. The answer is the file itself, in text/plain.

Authorizations

Authorization
string
header
required

Your API key, from https://orelys.io/account/api. It starts with orl_ (keys made before the rename start with fly_ and keep working). X-API-Key: <key> works too. A key in the URL is refused.

Body

application/json
storage_id
string
required

A Storage ID: 128 or 129 hexadecimal characters.

Pattern: ^[0-9a-fA-F]{128,129}$
Example:

"a3f1c9e07b2d48f6a3f1c9e07b2d48f6a3f1c9e07b2d48f6a3f1c9e07b2d48f6a3f1c9e07b2d48f6a3f1c9e07b2d48f6a3f1c9e07b2d48f6a3f1c9e07b2d48f6"

bucket
enum<string>
required

The bucket the file lives in (see List buckets).

Available options:
leaks.private.general,
leaks.private,
leaks.logs,
leaks.public,
documents.public,
web.public,
pastes,
darknet,
dns,
whois,
usenet,
dumpster
Example:

"leaks.logs"

Response

The file content.

The response is of type string.