Core Services API

Online News Search Direct API

Online news includes reporting published by digital-native outlets, newspapers, broadcasters, wire services, and magazines on the web. It is important for reputation, market signals, policy developments, and fast-moving public information.

API Reference Version: 1.0.0 3 Endpoints Authentication
Online News

Base URL

https://api.pressmonitor.co.in/news-online/v1

Authentication

All requests use Bearer token authentication. Add the Authorization header to every call.

Authorization: Bearer YOUR_TOKEN
GET /headlines

News Headlines

News Headlines

Parameters

Name Type Location Required Description
keywords_text string query Yes Keywords text
lang_code string query No Lang code
country_code string query No Country code
count integer query No Count
cursor string query No Cursor

Responses

200 Success
GET /briefs

News Briefs

News Briefs

Parameters

Name Type Location Required Description
keywords_text string query Yes Keywords text
lang_code string query No Lang code
country_code string query No Country code
count integer query No Count
cursor string query No Cursor

Responses

200 Success
GET /fulltext

News Fulltext

News Fulltext

Parameters

Name Type Location Required Description
keywords_text string query Yes Keywords text
lang_code string query No Lang code
country_code string query No Country code
count integer query No Count
cursor string query No Cursor

Responses

200 Success