These interactive scenarios demonstrate common credit analysis workflows. Each example uses live API calls you can run directly in the docs using the Try It panel on the right.
Click “Try It” on any example to run the API call with your own API key. Modify parameters to explore different results.
Yield hunting with downside protection. Physical collateral (equipment, real estate, vehicles) provides tangible recovery value if the company defaults. Senior secured bonds with asset backing typically have higher recovery rates than unsecured debt.
{ "data": [ { "document": { "id": "doc-uuid-1", "title": "Indenture - 4.750% Senior Notes due 2032", "form_type": "8-K", "filed_date": "2024-03-15", "sec_url": "https://www.sec.gov/Archives/edgar/..." }, "section": { "title": "Change of Control", "page": 45 }, "snippet": "Upon the occurrence of a Change of Control Triggering Event, each Holder will have the right to require the Company to repurchase all or any part of such Holder's Notes at a purchase price in cash equal to 101% of the principal amount...", "relevance_score": 0.94 }, { "document": { "id": "doc-uuid-2", "title": "Indenture - 5.125% Senior Notes due 2030", "form_type": "8-K", "filed_date": "2023-09-22", "sec_url": "https://www.sec.gov/Archives/edgar/..." }, "section": { "title": "Definitions", "page": 12 }, "snippet": "\"Change of Control\" means the occurrence of any of the following: (1) the direct or indirect sale, lease, transfer, conveyance or other disposition of all or substantially all of the assets of the Company...", "relevance_score": 0.89 } ], "meta": { "total": 23, "query": "change of control", "ticker": "CHTR", "section_type": "indenture" }}
Try semantic search for natural language queries. Add mode=semantic to ask questions like “can they pay dividends” or “what happens if they miss a payment” — the API uses AI embeddings to find conceptually similar content even without exact keyword matches. Use mode=hybrid to combine keyword precision with semantic understanding.