POST
UUID Search
The answer is the file itself, in text/plain — save it rather than parse it as JSON. Files over 32 MB are cut, with X-Orelys-Truncated: true.

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
system_id
string
required

A System ID, xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx — the system_id of an Intelligence Search record.

Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Example:

"8b2c4e1a-7d3f-4c9b-a1e5-0f6d2c8b9a47"

Response

The file content.

The response is of type string.