Skip to main content
POST
/
v1
/
company-insights
/
trigger
Manually extract insights from an activity
curl --request POST \
  --url https://api.stardex.ai/v1/company-insights/trigger \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "activity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "success": true,
  "data": {
    "ai_auto_update_id": "55555555-5555-5555-5555-555555555555",
    "added_count": 3
  }
}

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.

Body

application/json
activity_id
string<uuid>
required

Activity (secondary_note or meeting_transcript) to extract insights from.

Response

Extraction completed

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