Get Embed link video.
Request URL:
Method: GET
Parameters:
Response Body Success
{
"status": true,
"data": {
"embed_link": "Embed link public",
"security_embed_link": "Security Embed link"
}
}
Response Body Error
{ "status": false, "data": { "code": "Error code", "message": "Error message" } }
Add and get embed link. Apply for google drive link.
Request URL:
Method: POST
Parameters:
Response Body Success
{
"status": true,
"data": {
"embed_link": "Embed link with token",
"security_embed_link": "Security Embed link with token"
}
}
Response Body Error
{ "status": false, "data": { "code": "Error code", "message": "Error message" } }