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/limits
org_id
blob_id
limits
curl -X GET https://api.blobhub.io/v1/blobs/org_123/blob_789/limits
{ "status": "success", "limits": { "revisions_per_blob": { "value": 50, "usage": 10 } } }