Get Asset
Serve an image asset from blob storage.
Assets are content-addressed (hash-based IDs), so responses are cached immutably.
Path Parameters
asset_id*string
Header Parameters
x-workspace-id?|
Workspace UUID for session-authenticated calls.
Response Body
application/json
application/json
curl -X GET "https://loading/v1/assets/string"null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}