Authorizations
Body
application/json
Request body for finding sources. Each field is optional. However, you must provide at least one field to perform a valid search.
Text query to search for sources by name or description. (e.g.,'MT Newswire', 'Benzinga', 'Bloomberg')
Example:
"MT Newswire"
Country codes using the ISO 3166-1 A-2 format (e.g., 'US' for United States, 'FR' for France, 'GB' for Great Britain)
Example:
["US", "FR", "GB"]
Source ranking from 1 to 5, where RANK_1 is the highest quality
Example:
["RANK_1", "RANK_2", "RANK_3"]
Available source categories
Example:
[
"Transcripts",
"Research",
"Podcast",
"Newsletters",
"News",
"Filings",
"Expert Interviews"
]