Developers can use this Web API to copy media for logged in user by passing the value “copy_mashup” in the “action” parameter. This parameter can be used with other optional parameters to get the required result set. Some of the parameters are given in the table below.
To set User Context and get user specific Favorite Videos back, either use VIDIZMO JS Login API before calling this method or use VIDIZMO Web Login method and additionally pass "access_token" parameter to this call API.
Request
Parameters
Parameter |
Description |
tenant_ids |
Comma-separated ids of tenants in which user want to copy content. |
mashup_id |
Id of a content that user wants to copy. |
job_object_type |
This is a type of a Job. This value will always be 2. |
Response
{ "status": 1, "status_code": 200, "message": null }
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.