---
title: "create report"
method: POST
path: "/v1/organizations/{org_id}/reports"
---

# create report

`POST /v1/organizations/{org_id}/reports`

## Request body

- object
  - `query` string, required
  - `reportType` 'standard' | 'advanced'
  - `language` string

## Response `200`

successful

## Other responses

- `401` — Invalid API token
- `422` — Invalid report type

---

[API](https://skmtc.dev/venturusai/apis/api-v1.md) · [All operations](https://skmtc.dev/venturusai/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/venturusai/api-v1/revisions/c5126ca9e33f/schema)
