Blue Guardrails

Get Asset

Serve an image asset from blob storage.

Assets are content-addressed (hash-based IDs), so responses are cached immutably.

GET
/v1/assets/{asset_id}

Path Parameters

asset_id*string

Header Parameters

x-workspace-id?|

Workspace UUID to operate within. Required for session auth and user-scoped API keys. Optional for workspace-scoped API keys (uses key's workspace if omitted).

Response Body

application/json

application/json

curl -X GET "https://loading/v1/assets/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}