# Clous — agent-native SEC/EDGAR API > Entity-resolved SEC filing data through a consistent JSON envelope. Search filings, > resolve companies, and pull advisers, managers, holdings, insiders, ownership, fund > holdings, financials, and capital raises. All data derives from public SEC EDGAR > filings; Clous is independent of the SEC. ## Base - API base: https://api.clous.ai - OpenAPI: https://api.clous.ai/openapi.json - Docs: https://docs.clous.ai - Auth: `Authorization: Bearer clous_live_...` - Every response: { data[], page{ limit, next_cursor, has_more }, as_of, source, query_echo, warnings } - Cursor pagination (no offset, no ceiling); typed params; errors: empty_result | not_found | invalid_param | rate_limited | insufficient_credits ## Live endpoints - GET /v1/advisers — Form ADV investment advisers (aum_min, aum_max, state, has_private_funds, disciplinary, q) - GET /v1/advisers/{crd} — adviser profile by CRD - GET /v1/managers — 13F institutional managers (q, aum_min) - GET /v1/holdings — 13F holdings (manager, cusip, issuer, min_value) - GET /v1/entities — company/CIK/ticker directory (cik, ticker, q, sic, entity_type, state_of_incorp) - GET /v1/filings — EDGAR filing index, all forms (cik, form_type, q, accession, filed_from, filed_to, sic, state_of_incorp, is_xbrl) - GET /v1/financials — XBRL company facts (cik, concept, form, fiscal_year, q; filter by cik/concept — ticker unpopulated) - GET /v1/insider — Form 3/4/5 insider transactions (issuer_cik, owner_cik, ticker, issuer, owner, trans_code, acquired_disposed, derivative, date_from, date_to, min_value_usd) - GET /v1/ownership — 13D/13G beneficial ownership (cik_filer, cik_subject, issuer, person, role, form_type, filed_from, filed_to) - GET /v1/funds/holdings — N-PORT fund holdings (registrant_cik, series_id, cusip, isin, security, fund_name, asset_category, report_date, min_value_usd) - GET /v1/funds/providers — N-CEN fund service providers (filer_cik, role [lowercase e.g. custodian], provider, provider_cik, is_affiliated) - GET /v1/raises — Form D private placements (state, industry, fund_type, min_amount, is_pooled_fund, q) - GET /v1/proxy/officers — DEF 14A officers/directors (cik, issuer, name, title, is_independent, min_age) - GET /v1/account — plan + remaining credits for the calling key ## Pricing Free Sandbox $0/100cr · Starter $49/7.5k · Builder $149/35k · Pro $399/125k · Scale $999/500k · Business $2,500/1.5M. Most read endpoints cost ~5 credits/call. Out of credits → HTTP 402. ## Docs pages - /docs — introduction · /docs/quickstart · /docs/authentication · /docs/pricing - /docs/api — API reference index (one page per endpoint above) - /docs/pagination-errors-rate-limits · /docs/mcp · /docs/roadmap