MASSARIdocsRequest access

Filing summary

GET/v1/filings/{symbol}/{accession}/summaryPromised whole

Summary of one filing for an issuer.

Parameters

  • symbolpathrequired

    Ticker symbol, case-insensitive.

  • accessionpathrequired

    SEC accession number, dashed form.

Response contract

Every field in the response is part of the contract.

Response fields

The top level keys a live response actually returned, read off the API rather than written down here.

summaryreason

How this was verified

Called against 6 different subjects on the live API. Every field it returned, at every level, was compared with the contract above. Last checked August 18, 2026.

Request

curl "https://api.massari.ai/v1/filings/AAPL/0001140361-26-032884/summary" \
  -H "Authorization: Bearer $MASSARI_TOKEN"