---
title: "Generate Business Intelligence Report"
method: POST
path: "/api/business-intelligence/report"
tags: ["Business Intelligence"]
---

# Generate Business Intelligence Report

`POST /api/business-intelligence/report`

Deprecated alias for /business-dna/report.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- BusinessIntelligenceRequest
  - `lookback_days` integer — Number of days to analyze (typically 90 for the last quarter).
  - `update_org_prompt_mode` string, nullable — How to update org_prompt after completion: 'append' (add to existing), 'replace' (full replace), or None (don't update)
  - `vertical` string, nullable — Optional vertical override (e.g., 'creators') for admin/testing. When omitted, the org's `vertical` column is used. None means generic prompt.

## Response `200`

Successful Response

- BusinessIntelligenceJobResponse — Response when creating a background job for business intelligence report
  - `job_id` string, required — The background job ID for tracking report generation
  - `status` string — Initial job status

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
