Skip to main content
GET
/
v1
/
companies
/
{id}
/
documents
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/companies/{id}/documents
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "category": "<string>",
    "size": 123,
    "type": "<string>",
    "uploaded_at": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.venture.caplia.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

Response

Data room files visible to the caller

id
string<uuid>
required
name
string
required
category
string | null
required
size
number | null
required
type
string | null
required
uploaded_at
string | null
required