{ "opencollection": "1.0.0", "info": { "name": "Diffbot Crawl Knowledge Graph API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Knowledge Graph", "type": "folder" }, "items": [ { "info": { "name": "Query the Knowledge Graph using DQL", "type": "http" }, "http": { "method": "GET", "url": "https://api.diffbot.com/kg/v3/dql", "params": [ { "name": "query", "value": "", "type": "query", "description": "DQL query string" }, { "name": "token", "value": "", "type": "query" } ] }, "docs": "Query the Knowledge Graph using DQL" }, { "info": { "name": "Enhance a person or organization record", "type": "http" }, "http": { "method": "GET", "url": "https://api.diffbot.com/kg/v3/enhance", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "query" } ] }, "docs": "Enhance a person or organization record" } ] } ], "bundled": true }