Skip to main content
POST
/
api
/
public
/
organizations
/
{orgId}
/
insights
Generate an insight
curl --request POST \
  --url https://charts.basedash.com/api/public/organizations/{orgId}/insights \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "insightId": "<string>",
    "alreadyGenerating": true
  }
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format: Bearer <basedash_api_key>

Path Parameters

orgId
string
required

Organization ID

Response

Insight generation queued

data
object
required