echosaw_set_media_visibility
Toggle whether a media item is published to the Public Library. Requires the analysis to be COMPLETE and the caller to own the item (or be an org member). Public Library publishing is blocked when content moderation flags (profanity, hate speech, nudity, violence, etc.) are present — those flags are returned in the response so the caller can surface them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes | The mediaId to update. Use echosaw_list_media to find available mediaIds. | |
| isPublic | Yes | true to publish to the Public Library, false to make the item private again. |