Discord Queue
Add a Discord-sourced image to the moderation queue. The image will not appear in the public gallery until it is approved via the Discord Moderate endpoint.How it works
- A user adds a configured emoji reaction to a Discord message with an image
- The Discord bot calls this endpoint with the image URL and Discord user info
- Pindeck stores the image and creates a record with
sourceType = "discord" - The image enters the moderation queue (not visible in the gallery yet)
- A moderator approves or rejects the image via
/discordModerate
Legacy aliases
The following legacy paths are supported for backward compatibility:/discord/queue— Maps to the same handler
Use the canonical
/discordQueue path for new integrations. Legacy aliases may be removed in a future version.Related
- Discord Moderate — Approve or reject queued images
- Ingest External — Direct ingest without moderation
- Discord bot guide — Full bot setup instructions