Sign in

Combine enrichments

documented

Enrich a person record and return both person data and current employer data.

GET /kg/v3/enhance/combineKnowledge 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/enhance/combine?token={{DIFFBOT_API_KEY}}&type=Person&name={{$name}}" \
  -X GET \
  -H "Accept: application/json"
Combine enrichments · Diffbot · OpenIntegrations