This Web API can be used to report media as abuse by passing the value “report_abuse” in “action” parameter. Developers can also use any other optional parameter as provided below to get the required result set.
This method requires User Context be set before calling it, and like other APIs, either use VIDIZMO JS Login API before calling this method or use VIDIZMO Web Login method and additionally pass "access_token" parameter to set the User Context.
Request
Parameters
Parameter |
Description |
mashup_id |
Id of media that you want to report abuse. |
reason |
The reason for reporting abuse. |
Response
{ "status": 1, "status_code": 200, "message": "Your request has been submitted. Please allow upto 24 hours for this tweet to be reviewed" }
To learn more how these Widgets work, click here on VIDIZMO Web API Library.
For a complete list of VIDIZMO APIs, click here on VIDIZMO Developer APIs.