Pulse IntelligenceAPI Docs

Search publications

Full-text search over company and mining-asset publications — exchange releases, company documents, and news coverage. Supports filtering by company, mining asset, content type, topic, source, and publication date.

POST
/v1/publications/search/

Authorization

apiKeyAuth
AuthorizationBearer <token>

Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.

In: header

Request Body

application/json

Request shape for POST /v1/publications/search, pinned to PublicationSearchViewSet.get_params (apps/public_api/api/publications.py).

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/publications/search/" \  -H "Content-Type: application/json" \  -d '{}'
{  "results": [    {      "property1": null,      "property2": null    }  ],  "count": 0,  "truncated": true,  "scope": {    "property1": null,    "property2": null  }}