Discord Moderate
Approve or reject a Discord-sourced image that is currently in the moderation queue. Approved images become visible in the gallery; rejected images are removed.How it works
- An image is in the moderation queue after being added via
/discordQueue - A moderator reviews the image in the Pindeck UI
- The moderation decision is submitted via this endpoint
- Approved images are published to the gallery; rejected images are deleted
Actions
| Action | Result |
|---|---|
approve | Image becomes visible in the gallery with full metadata |
reject | Image record and stored file are removed |
Legacy aliases
The following legacy paths are supported for backward compatibility:/discord/moderation— Maps to the same handler
Use the canonical
/discordModerate path for new integrations. Legacy aliases may be removed in a future version.Related
- Discord Queue — Add images to the moderation queue
- Ingest External — Direct ingest without moderation
- Discord bot guide — Full bot setup instructions