{ "opencollection": "1.0.0", "info": { "name": "Messari AI Research API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-messari-api-key", "value": "{{x-messari-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Research", "type": "folder" }, "items": [ { "info": { "name": "Get research reports", "type": "http" }, "http": { "method": "GET", "url": "https://data.messari.io/api/v1/reports" }, "docs": "Get research reports" }, { "info": { "name": "Get a specific research report", "type": "http" }, "http": { "method": "GET", "url": "https://data.messari.io/api/v1/reports/:reportId", "params": [ { "name": "reportId", "value": "", "type": "path" } ] }, "docs": "Get a specific research report" }, { "info": { "name": "Get report tags", "type": "http" }, "http": { "method": "GET", "url": "https://data.messari.io/api/v1/reports/tags" }, "docs": "Get report tags" } ] } ], "bundled": true }