Sign in

Execute a DQL query

documented

Submit a DQL query to the Knowledge Graph for execution.

POST /kg/v3/dqlKnowledge Graphno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://kg.diffbot.com/kg/v3/dql?token={{DIFFBOT_API_KEY}}&size={{$size}}&query={{$query}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"query": "{{$query}}", "size": {{$size}} }'