added

Optional Parameters: DiffbotAPI (Analyze & Article APIs)

The following is a list of arguments you can add to a Diffbot API call to reduce processing time when calling the Article or Analyze APIs:

  • Turn off natural language processing to provide sentiment analysis (natural language processing adds the most time to an on-demand extraction call)
    &nl=false
    

  • Many publishers of articles provide text without having to render the page. If you need full HTML outputs for each page, you will not want to use this argument.
    &norender