Skip to main content
GET
/
storage
/
{bucket}
/
{path}
Serve Storage File
curl --request GET \
  --url https://api.example.com/storage/{bucket}/{path}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

bucket
string
required
path
string
required

Query Parameters

expires
integer | null

URL expiration in seconds (for presigned URLs)

Response

Successful Response