Skip to main content
GET
/
v1
/
companies
/
{id}
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/companies/{id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "website": "<string>",
  "industry": "<string>",
  "stage": "<string>",
  "problem_statement": "<string>",
  "created_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

OK

id
string<uuid>
required
name
string
required
website
string | null
required
industry
string | null
required
stage
string | null
required
problem_statement
string | null
required
created_at
string | null
required