Get Discussion Data
documentedExtract discussions and related comments from a page.
GET /v3/discussionExtractno implementation yet0 runsNo 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/discussion?token={{DIFFBOT_API_KEY}}&url={{$target_url}}" \
-X GET \
-H "Accept: application/json"