---
title: "Share a document of a company on the Black Kite Bridge."
method: POST
path: "/api/v2/bridge/companies/{id}/documents/share"
tags: ["Black Kite Bridge"]
---

# Share a document of a company on the Black Kite Bridge.

`POST /api/v2/bridge/companies/{id}/documents/share`

Share a document of a company on the Black Kite Bridge.

## Path parameters

- `id` integer, required

## Request body

- object
  - `Email` string, required — The email should end with the main domain of the related company or any domain included in the last scan of the related company.
  - `ReportType` 'summary' | 'strategy' | 'rsi', required — Report type of given company to share with emails.
  - `Comment` string — Enter a comment to inform the users the document was shared with.

## Response `200`

Success

- object
  - `TrackId` string — A key in GUID format, which points to the newly shared the Black Kite Bridge document. Use this track id in getBlackKiteBridgeShareStatus action as a URL parameter in order to fetch the results.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `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)
