Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
API Call - /knowledge/sources/add/{sourceurl}/{sourcetitle}/{sourcedesc}/{extracttype}/{sourcetags}/{mediatype}/{groupid}
Info

Adds a new source to the system

Authentication

Required, see Auth - Login

Arguments

groupid (required)
Group ID you want to associate this source with

sourceurl (required)
Address of the source

sourcetitle (required)
Name of the source

sourcedesc (required)
A description of the source documents

extracttype (required)
Type of source e.g. rss, database, etc

sourcetags (required)
comma deliminated list of words describing the source

mediatype (required)
Type of source e.g. News, social, video, etc

Example

http://infinite.ikanow.com/api/knowledge/source/add/www.newsource.com/Brand New Source/A description for brand new stuff/RSS/New,Tech,Brand/Blog/group12345

Info