>>

Proxy

GET/proxy?<url>

Get a file’s metadata by ID from a specific bucket.

>>

Query Params

NameType
urlString
>>

Response

200Raw file content.

>>

Example

curl \
  https://cdn.eludris.gay/2198189244420/data

{
  "id": 2199681302540,
  "name": "thang-big.png",
  "bucket": "attachments",
  "metadata": {
    "type": "image",
    "width": 702,
    "height": 702
  }
}