---
title: "Create a gate (hide VOD comment) on behalf of a streamer. Requires 'vod.comment.hide' permission. Creates a place.stream.vod.gate record in the streamer's repository."
method: POST
path: "/xrpc/place.stream.moderation.createVodGate"
tags: ["place.stream.moderation"]
---

# Create a gate (hide VOD comment) on behalf of a streamer. Requires 'vod.comment.hide' permission. Creates a place.stream.vod.gate record in the streamer's repository.

`POST /xrpc/place.stream.moderation.createVodGate`

## Request body

- object
  - `streamer` string, did, required — The DID of the streamer.
  - `commentUri` string, uri, required — The AT-URI of the VOD comment to hide.

## Response `200`

Success

- object
  - `uri` string, uri, required — The AT-URI of the created gate record.
  - `cid` string, cid, required — The CID of the created gate record.

## Other responses

- `400` — Bad Request

## Changes

- **2026-05-30** `82a3aa8c2bfb` — 1 info
  - endpoint added
- **2026-01-21** `b21cd7605630` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/place.stream.moderation.createVodGate/post.md)

---

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