Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /report-post
{ "code": "AbCd1234", "reason": "This post contains inappropriate content" }
code
reason
{ "success": true }
400
403
404
429
curl -X POST "https://api.snipp.gg/report-post" \ -H "api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"code": "AbCd1234", "reason": "Inappropriate content"}'
curl -X POST "https://api.snipp.gg/report-post" \ -H "api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"code": "AbCd1234"}'