Process Text
documentedSubmit text to be analyzed (NLP) and return entities, sentiment, etc.
POST /v1/Natural Languageno 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://nl.diffbot.com/v1/?token={{DIFFBOT_API_KEY}}" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"text": "{{$text}}", "lang": "{{$language}}"}'