Filing Search

Full-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.

$0.0050 per call POST /v1/tools/filing-search

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-search \
  -H 'content-type: application/json' \
  -d '{"query":"\"artificial intelligence\""}'

When to use it

Use when an agent needs documents by what they SAY rather than by company. query takes words, "quoted phrases", OR and -exclusions; ticker narrows to one company; form to one or more types ("10-K" or ["8-K", "10-Q"]); from/to are filing dates as YYYY-MM-DD. Returns total matches and filings[] with form, filed date, period, companies, the matched document (the filing itself or an exhibit) and a direct link — one row per filing. Text matches, not a ranking of importance.

What it costs

$0.0050 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.