PDFs
Consulting reports and other PDF documents from configured indexes.
PDF proof points cover consulting reports and other indexed PDF documents. This replaces the deprecated consultancy-report indicator endpoints.
Endpoints:
POST /proof-points/pdfs/search— playgroundPOST /proof-points/pdfs/time-series— playgroundPOST /proof-points/pdfs/correlation-matrix— playground
Typical Questions
- Which consulting reports mention this topic?
- How does PDF document volume change over the selected window?
- Which organizations appear alongside the trend in long-form reports?
Request Patterns
Uses the shared proof-point fields only.
Search
{
"query": "battery recycling",
"topicIds": ["11111111-1111-1111-1111-111111111111"],
"start": "2022-01-01T00:00:00Z",
"end": "2024-12-31T23:59:59Z",
"take": 25,
"sortColumn": "published_at",
"sortDirection": "desc"
}Time series
{
"topicIds": ["11111111-1111-1111-1111-111111111111"],
"resolution": "year",
"start": "2020-01-01T00:00:00Z",
"end": "2024-12-31T23:59:59Z"
}Response Notes
Results use the shared enriched-document shape. Time series returns labels and counts.