Skip to main content
PATCH
/
v1
/
company-insights
/
{id}
Edit content or dismiss/restore an insight
curl --request PATCH \
  --url https://api.stardex.ai/v1/company-insights/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'
{
  "success": true,
  "data": {
    "id": "11111111-1111-1111-1111-111111111111",
    "organization_company_id": "22222222-2222-2222-2222-222222222222",
    "content": "May 2026 rev: $100M ARR",
    "category": "financials",
    "topic": "revenue",
    "observation_date": "2026-05-15",
    "status": "active",
    "is_user_edited": false,
    "source_activity_id": "33333333-3333-3333-3333-333333333333",
    "source_person_id": "44444444-4444-4444-4444-444444444444",
    "created_at": "2026-05-15T14:32:11.000Z",
    "updated_at": "2026-05-15T14:32:11.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.stardex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Insight UUID

Body

application/json
content
string

New compact fact text. Sets is_user_edited=true.

Required string length: 1 - 200
status
enum<string>

Set to "dismissed" to hide, "active" to restore.

Available options:
active,
dismissed

Response

Insight updated

success
enum<boolean>
required
Available options:
true
data
object
required