Get full object chunks
Retrieves full extracted chunk text for a processed vault object. Use this after search when a truncated preview is not enough and you need the exact chunk text or adjacent chunks for surrounding context such as tables, exhibit lists, or multi-part passages.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.case.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key starting with sk_case_
Path Parameters
The vault ID containing the document.
The processed object ID whose chunk text should be retrieved.
Query Parameters
The first chunk index to return (0-based). Defaults to 0.
Required range:
x >= 0The last chunk index to return (inclusive). If omitted, only the start chunk is returned. Ranges are limited to 10 chunks.
Required range:
x >= 0Previous
Download vault objectDownloads a file from a vault. Returns the actual file content as a binary stream with appropriate headers for file download. Useful for retrieving contracts, depositions, case files, and other legal documents stored in your vault.
Next

