Skip to main content
POST
/
v1
/
companies
/
{id}
/
notes
cURL
curl --request POST \
  --url https://api.investor.caplia.ai/v1/companies/{id}/notes \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>"
}
'
{
  "id": "<string>",
  "body": "<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

Body

application/json
body
string
required
Required string length: 1 - 10000

Response

Created

id
string
required
body
string
required
created_at
string
required