Get contract content
get_contract_contentRetrieve the text content of a contract in plain text, structured segments, or HTML format to read its actual language.
Instructions
Retrieves the text content of a contract in the requested format ('text' for a single string, 'segments' for a structured breakdown, or 'html'). Use this to read what a contract actually says. Does NOT return a downloadable file -- use get_contract_download_link for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Content format. Defaults to the API's own default ('text') if omitted. | |
| composite_id | Yes | Composite contract ID, e.g. 'T-123' or 'H-45'. |