{ "opencollection": "1.0.0", "info": { "name": "Signer Metrics Accounts Atlas API", "version": "1.0.3" }, "items": [ { "info": { "name": "Atlas", "type": "folder" }, "items": [ { "info": { "name": "Get attachment by hash", "type": "http" }, "http": { "method": "GET", "url": "https://api.hiro.so/v2/attachments/:hash", "params": [ { "name": "hash", "value": "", "type": "path", "description": "Hex-encoded SHA-1 hash of the attachment (40 characters)" } ] }, "docs": "Get an attachment by its hash. Attachments are content stored in the Atlas network.\n\nThe attachment hash is a 40-character hex string (SHA-1 hash).\n" }, { "info": { "name": "Get attachment inventory", "type": "http" }, "http": { "method": "GET", "url": "https://api.hiro.so/v2/attachments/inv", "params": [ { "name": "index_block_hash", "value": "", "type": "query", "description": "Hex-encoded index block hash (64 characters)" }, { "name": "pages_indexes", "value": "", "type": "query", "description": "Comma-separated list of page indexes to query.\n- Maximum 8 pages per request\n- Each index must be 0-4294967295 (u32 range)\n- Values outside u32 range return 400 Bad Request\n" } ] }, "docs": "Get inventory of attachments for a given index block hash and page range.\nThis returns a bitfield indicating which attachments are available.\n" } ] } ], "bundled": true }