diffbot
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name DIFFBOT_TOKEN or zero doctor check-connector --url https://api.diffbot.com/v3/article --method GET.
How to Use
Diffbot authenticates with an API token passed as the token query
parameter on every request. The base URL is https://api.diffbot.com.
1. Extract an article from a URL
curl -s -G "https://api.diffbot.com/v3/article" \
--data-urlencode "url=https://www.bbc.com/news" \
--data-urlencode "token=$DIFFBOT_TOKEN"