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

Query Parameters

q
string
required
Required string length: 1 - 100
limit
integer
default:10
Required range: 1 <= x <= 25

Response

Companies whose name matches the query that the caller can read (RLS-scoped)

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