Retrieve enhanced record
documentedEnrich a person or organization record with partial data input (GET).
GET /kg/v3/enhanceKnowledge Graphno implementation yet0 runsNo 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/enhance?token={{DIFFBOT_API_KEY}}&type={{$type}}&name={{$name}}&url={{$url}}&size={{$size}}&threshold={{$threshold}}" \
-X GET \
-H "Accept: application/json"