Skip to main content

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

  1. A user adds a configured emoji reaction to a Discord message with an image
  2. The Discord bot calls this endpoint with the image URL and Discord user info
  3. Pindeck stores the image and creates a record with sourceType = "discord"
  4. The image enters the moderation queue (not visible in the gallery yet)
  5. 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.