Psydex - What the World Is Thinking What the World Is Thinking
AG API v1.0 (beta)

• Overview
• API Key Generation
• Catalog
• Correlations
• Content
• Events
• Topics
• Search
• Sentiment
• Statistics
• Text Mining
• Time Series
• Updates

Request Authorization to API

Topics

Retrieves Topic Models and related information. Topics can be either Semantic Topics or Data Topics and represent things like People, Companies, Places, Themes, Stocks or any other object that can be defined using characters, words and dimensional attributes. Topics are created and managed using the Java API.



URLs:
http://psydex.net/api/topics
http://psydex.net/api/relatedStocks
http://psydex.net/api/relatedTopics


Parameters:  
Required: Valid Values
api_key API Key provided by Psydex
At Least One of Following:  
id Valid Topic Id
symbol Valid Topic Symbol (A-Za-z0-9._)
group id Valid Topic Group Id
OPTIONAL:  
sort_field 0 = id, 1 = symbol
sort_order 0 = ASC, 1 = DSC



Response: Response XML Schema Defintion (XSD)
Element: Description
id Topic ID
symbol Topic Symbol
description Topic Description
expression Topic Expression (For Semantic Models)
expression_unraveled Topic Expression with nested topic symbol(s) expanded
domain Domain's are used to logically segment topics
model_type Type of Topic Model - 1 = Semantic, 2 = Data
user_id Unique number assigned to the user who created / owns the topic
user_name Unique string assigned to the user who created / owns the topic
visibility Visibility of Topic: 0 = public, 1 = organization, 2 = private
topic_class_id Unique number assigned to the Topic Class. A Topic may have 0 or many Topic Classes assigned.