---
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

---

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