{ "opencollection": "1.0.0", "info": { "name": "Art Blocks Generator Media API", "version": "1.0.0" }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "Get static PNG render of token artwork", "type": "http" }, "http": { "method": "GET", "url": "https://generator.artblocks.io/:chainId/:contractAddress/:tokenId.png", "params": [ { "name": "chainId", "value": "", "type": "path", "description": "Chain ID of the network. Use 1 for Ethereum, 42161 for Arbitrum One, 8453 for Base." }, { "name": "contractAddress", "value": "", "type": "path", "description": "Ethereum address of the Art Blocks core contract." }, { "name": "tokenId", "value": "", "type": "path", "description": "The ERC-721 token ID (without .png extension in the parameter value)." } ] }, "docs": "Returns a static PNG image of the Art Blocks token artwork, captured by a headless browser executing the generative script. This is the canonical static image used on artblocks.io and by NFT marketplaces for thumbnail display." } ] } ], "bundled": true }