{"name":"AestheticData API","version":"1.0.0","base_url":"https://api.aestheticdata.io","docs_url":"https://api.aestheticdata.io/docs","endpoints":[{"method":"GET","path":"/x402/brands","access":"x402-paid","payment_header":"X-402-Payment","payment_type":"base-usdc-txhash","chain":"base","price_usdc":"0.001","notes":"Call once to get 402 pricing requirements; pay and retry with tx hash header. Default returns curated agent core dataset; add include_review_pool=true to include review pool."},{"method":"GET","path":"/x402/merchants","access":"x402-paid","payment_header":"X-402-Payment","payment_type":"base-usdc-txhash","chain":"base","price_usdc":"0.001","notes":"Default returns curated merchant core dataset; add include_review_pool=true to include review pool."},{"method":"GET","path":"/x402/regulatory/eu/devices","access":"x402-paid","payment_header":"X-402-Payment","payment_type":"base-usdc-txhash","chain":"base","price_usdc":"0.001","notes":"Paginated EU regulatory device dataset for agent retrieval. page_size currently fixed to 5000."},{"method":"GET","path":"/x402/discovery/resources","access":"free","payment_header":null,"payment_type":null,"chain":null,"price_usdc":null,"notes":"Bazaar-compatible discovery listing for x402 resources."},{"method":"GET","path":"/healthz","access":"free","payment_header":null,"payment_type":null,"chain":null,"price_usdc":null,"notes":"Health check endpoint."}],"pricing":{"currency":"USDC","chain":"base","price_usdc":"0.001","recipient":"0x407ebFbE56172FAC4795541eB5AEF6F463CfC868"},"examples":[{"title":"x402 curl flow (brands)","steps":["curl -i https://api.aestheticdata.io/x402/brands","# Read 402 body: price_usdc, chain, recipient","npx awal@latest send 0.001 <recipient> --chain base --json","curl -i -H \"X-402-Payment: <txHash>\" https://api.aestheticdata.io/x402/brands"]}]}