Skip to main content
GET
/
v1
/
companies
/
{id}
/
scores
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/companies/{id}/scores
{
  "cri": {
    "score": 123,
    "scored_at": "<string>",
    "domains": [
      null
    ]
  },
  "thesis_matches": [
    {
      "thesis_id": "<string>",
      "thesis_name": "<string>",
      "score": 123,
      "scoring_status": "<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

OK

cri
object
required
thesis_matches
object[]
required