---
title: "Share a message with Sublime"
method: POST
path: "/v0/message-groups/{id}/share-with-sublime"
tags: ["Message Groups"]
---

# Share a message with Sublime

`POST /v0/message-groups/{id}/share-with-sublime`

Share a message with the Sublime team

## Path parameters

- `id` string, required — Canonical ID of the message group to share

## Request body

- ShareWithSublimePublicInput
  - `destination` string — Consent-scoped destination on Themis. Empty for the default shared-samples flow.
  - `report_label` 'spam' | 'phishing' | 'false_positive' | 'violation' | 'non-violation' — User reported label that categorizes the report
  - `review_comment` string — Comment describing reason for the report

## Response `202`

Accepted

- HandlerTypesTaskAccepted
  - `task_id` string, uuid, required — Task ID. Use the /v0/tasks/:id endpoint to check the task status.

---

[API](https://skmtc.net/sublime/apis/sublime-platform-api.md) · [All operations](https://skmtc.net/sublime/apis/sublime-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sublime/sublime-platform-api/revisions/d5df82850357/schema)
