TTWrite API: Report Post
Endpoint URL
//ttwrite.4up.eu/mobile_api/publication_report
Description
This API allows users to report a publication for violating platform guidelines or other issues.
Parameters
Field | Value | Remarks |
---|---|---|
post_id | integer | The unique identifier of the post being reported. |
reason | string | The reason for reporting the post (e.g., “spam”, “abuse”). |
additional_info | string | Optional. Any additional information about the report. |
Example Usage
httpCopy codePOST //ttwrite.4up.eu/mobile_api/publication_report
Content-Type: application/json
{
"post_id": 12345,
"reason": "spam",
"additional_info": "This post is advertising unrelated content."
}
Notes
- Authentication is required to access this API.
- Ensure that the
post_id
corresponds to an existing post. - Use the
reason
field to specify the nature of the violation clearly.
admin December 9, 2024 API for reporting posts, content reporting API, post moderation API, post reporting functionality, post violation report, publication report endpoint, report abusive content, report functionality TTWrite, report inappropriate posts, report post API, report post endpoint TTWrite, report post example, report publication TTWrite, report spam posts, spam reporting TTWrite, TTWrite abuse report API, TTWrite API, TTWrite platform guidelines, TTWrite report post feature API, Social Media, TTWrite Comments Off on TTWrite API: Report Post