Skip to main content
POST
[Legacy] Initiate News Report

Overview

This endpoint initiates news report on a company

Endpoint Details

  • Method: POST
  • Endpoint: /api/news/start/

Authentication requirements

  • Include a valid JWT token in your request header
  • If you don’t have a token yet, you can get one from the /auth/token/ endpoint first.

Request

Request Parameter

Header Parameters

string
required
JWT token obtained from the Authentication request

Body Parameters

array
Domains of news sources from which to fetch news
array
News source domains to exclude from search
integer
Number of news items to retrieve (Default: 1000)
string
Date from which news will be retrieved.
  • Default: 2 years
  • Format: YYYY-MM-DD
string
Date till which news will be retrieved.
  • Default: current date
  • Format: YYYY-MM-DD
string
required
Website of the target company
Crunchbase permalink of the target company
Note: Either of permalink or website is required as company identifier

Response

Successful response JSON will include the report_id of the news report