---
title: "Start to generate a document of a company."
method: POST
path: "/api/v2/companies/{id}/report-generate"
tags: ["Company Report"]
---

# Start to generate a document of a company.

`POST /api/v2/companies/{id}/report-generate`

Start to generate the pdf reports of the company for the given company id and a report type.

## Path parameters

- `id` integer, required

## Request body

- object
  - `Type` 'summary' | 'strategy' | 'rsi' | 'assessment', required — The type of the PDF report. One of; <br/> summary: A one-page PDF report that reproduces the overall company view. <br/> strategy: A PDF report that provides explicit information allowing to make strategic mitigation decisions that will have the greatest impact based on the technical, financial, and compliance perspectives. <br/> rsi: A PDF report including ransomware related data which poses the most common threat to organizations, especially operations in finance, e-commerce, and healthcare. <br/> assessment: A PDF report that provides a summary of a specific cyber assessment.
  - `Assessment` object — Required if Type is 'assessment'. Contains assessment report details.
    - `AssessmentId` integer — The id of the assessment for which the report will be generated.
    - `ReportType` 'Summary' — Type of assessment report to generate. Only 'Summary' is supported.

## Response `200`

Success

- object
  - `Token` string — A GUID token is provided to track the progress of report generation. Use this token as a query parameter in the getReportStatus action to retrieve the report status.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
