Skip to main content
GET
/
v1
/
theses
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/theses
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "is_active": true
  }
]

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.

Response

Active investment theses for caller's team

id
string
required
name
string
required
description
string | null
required
is_active
boolean
required