Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/blobs/:org_id/:blob_id/metadata/:alias
org_id
blob_id
alias
items
curl -X GET https://api.blobhub.io/v1/blobs/org_123/blob_789/metadata/accuracy
{ "status": "success", "items": [ { "id": "meta_001", "blob_id": "blob_789", "alias": "accuracy", "value": "0.98" } ] }