Skip to main content

Report

Reporting a post or a comment is done via the following endpoint.

POST: https://api.scored.co/api/v2/action/report

Parameters

The following parameters are valid.

ValueTypeRequiredDescription
targetstringtrueid of target content
postbooleantruetrue (post) or false (comment)
reasonstringtruea valid report option¹ or "other"
customReasonstringfalsea custom report reason, only if report option is "other"

¹ Platform-wide report options are spam, platformMisuse, csam, illegalContent. Communities may have other options.

For clarify, if you are voting on a post, your type parameter should be true. If you are voting on a comment, the value should be false.

type should never be set to post or comment.