List article categories
Retrieves a paginated list of unique article categories/topics discovered in the database.
query Parameters
limitpage limit (items per page)
offsetpagination offset (number of items to skip)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List article categories › Responses
list of category strings
List named entities
Retrieves a paginated list of unique named entities (persons, organizations, products, places) extracted from articles.
query Parameters
limitpage limit (items per page)
offsetpagination offset (number of items to skip)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List named entities › Responses
list of entity strings
List geographic regions
Retrieves a paginated list of unique geographic regions mentioned in articles.
query Parameters
limitpage limit (items per page)
offsetpagination offset (number of items to skip)
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List geographic regions › Responses
list of region strings

