Filing Digest
A model reads a US public company's SEC filing and answers a question about it, returning the passages the answer came from — "what does Apple's 10-K say about tariffs…
Call it
The first response is 402 with the exact price and every rail you can
pay with. Pay, repeat the request with the proof, and you get the result.
curl -X POST https://api.glianalabs.com/v1/tools/filing-digest \
-H 'content-type: application/json' \
-d '{"ticker":"AAPL"}'When to use it
A model reads a US public company's SEC filing and answers a question about it, returning the passages the answer came from — "what does Apple's 10-K say about tariffs", "what changed in the risk factors since last year". Use instead of downloading a 300-page filing. form defaults to 10-K (also 10-Q, 20-F, 40-F, 8-K, 6-K, DEF 14A, S-1, F-1); accession picks one filing; omit question for the most important disclosures; compare_to_prior reads the previous filing of the same form too and reports what changed. Returns answer (markdown), passages[] { quote, supports, document } each matched verbatim against the filing, filing and prior links. Flat price for filings up to 700,000 characters of text (a large 10-K fits; the biggest bank 10-Ks do not) — bigger ones are refused before you pay. Reads the main document only: an 8-K's is often just a cover page, with the press release in an exhibit this does not read. What the filing says, never investment advice.
What it costs
$0.1000 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.
Not sure this is the right endpoint? GET /v1/consult?intent=… is
free and answers that.
Often used with this
Filing Search
$0.0050Full-text search across every SEC filing since 2001 — which companies mention a supplier, which 8-Ks talk about a recall, which 10-Ks name a risk.
Filing Events
$0.0050Material events a US public company reported on Form 8-K, newest first, each item code named in words: executive departures (5.
Stock Brief
$0.0120One call that answers "what is going on with this company": profile, the latest reported financials, and the most recent filings.