Sign in

Download single result of an Enhance Bulk job

documented

Download a single result from a Bulk Enhance job by index.

GET /kg/v3/enhance/bulk/{bulkjobId}/{jobIdx}Knowledge 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/{{$bulkjobId}}?token={{DIFFBOT_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"
Download single result of an Enhance Bulk job · Diffbot · OpenIntegrations