Sign in

Create an Enhance job

documented

Enrich a person or organization record with partial data input (POST).

POST /kg/v3/enhanceKnowledge 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?token={{DIFFBOT_API_KEY}}" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"type": "Organization", "name": "{{$name}}", "url": "{{$url}}", "location": "{{$location}}", "phone": "{{$phone}}"}'
Create an Enhance job · Diffbot · OpenIntegrations