Sign in

Create a Bulk Enhance job

documented

Enrich multiple records in bulk asynchronously.

POST /kg/v3/enhance/bulkKnowledge 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/bulk?token={{OAUTH2_ACCESS_TOKEN}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '[{"type":"Organization","name":"{{$name1}}","url":"{{$url1}}","location":"{{$location1}}"},{"type":"Person","name":"{{$name2}}","title":"{{$title2}}","employer":"{{$employer2}}","url":"{{$url2}}"}]'
Create a Bulk Enhance job · Diffbot · OpenIntegrations