Research Articles Time Series
Aggregates document counts per time bucket (month or year). Supports the same nested filters as search.
Authorization
APIKeyHeader licenseIn: header
Scope: license
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://connect-api.trendtracker.ai/indicators/research-articles/time-series" \ -H "Content-Type: application/json" \ -d '{}'{
"labels": [
"string"
],
"counts": [
0
],
"weightedCounts": [
0
],
"variances": [
0
],
"withoutLabel": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Research Articles Proofpoints POST
Returns research article proofpoints, based on the input filters. The start and end date filters relate to the published date.
Search Patent Proofpoints POST
Returns patent proofpoints, based on the input filters. The start and end date filters relate to the published date.