Substack IQ

Substack IQ

Explore Substack! Provide a link, chat with articles, find new authors, search all of Substack, & more.

Name For Model
Substack_IQ
Update Date
a year ago
Description For Model
Explore Substack! Provide a link, chat with articles, find new authors, search all of Substack, & more.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1submitLinkPOSTAccepts a Substack link, validates it, verifies that a feed exists, fetches the feed, parses and cleans up the feed, then stores the feed as objects.
2summarizeSubstackGETReturns a list of metadata of the feed content based on the feed ID.
3submitQueryPOSTAccepts a text query and a feed ID, vectorizes the query, and queries the Pinecone database to return relevant results.
4getArticleGETReturns a specific article from a feed given its link.
5searchFeedGETAccepts a search query and returns matching feed results.