Sign in

Manage a Bulk Extract Job (pause/delete/restart/status)

documented

Pause, delete, restart, or view the status of a bulk extract job.

GET /v3/bulk/Bulk APIno 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://api.diffbot.com/v3/bulk?token={{DIFFBOT_API_KEY}}" \
  -X GET \
  -H "Accept: application/json"