Installation
Key Features
AI Agent
Asset Version History and Restore
Automated Custom Media Conversions
Automated Facial Recognition
Browser Uploads and Downloads
Collaboration Folders
Creating an Entity With the Smart Organizer
Creating File Trees Within Entities
Customize logo based in a category
Database Entity Tagging
Desktop Application - Bulk Downloads
Desktop Application: Using the Automatic Folder Importer
Downloading and Exporting
Drupal Extension: eMedia Gallery
Embedding a Gallery to a Website and Sharing on Social Media
eMedia Library Drupal Module
eMedia Library Drupal Plugin User Guide
Facial profiles and People - Choosing profiles to link to people
Facial profiles and People - How to identify facial profiles
Google Drive Integration
How to tag single and multiple files
How to Update Documentation
Image Editor
Model Context Protocol
Multi Editing Assets
Publishing a Gallery to a Website
Re-create Conversions
Sync Dropbox Files to eMedia
Team Approval Workflow
The Theme Editor
Uploading and Importing
Uploading and Importing
Using Postiz for Social Media
Using the Top Search Bar
Setup
Application System Architecture
Assign Assets by Geo Location
Connecting External Data Managers (Drive, Dropbox, OneDrive)
Desktop Sync Tool
Docker Installation - CentOs
Docker Installation - Ubuntu
Docker Installation - Upgrade Instructions
Enable Guest Registration
Installation - Docker
Setting up Postiz
Setup Facial Recognition
Setup Object Recognition
Setup User Permissions
SMTP Email Setup
Administration
Programming
"Hello World" EnterMedia Example
Change Category Tree Root
Creating a New Script
Dev environment setup with Eclipse and Ubuntu (Linux Mint)
ElasticSearch Mapping
EnterMedia Java Documentation
Getting Started for Mac Developers
How to setup Eclipse on Windows 7/8
Override Java Bean With Custom Transcoder
Redirect URL
Tips and Tricks
Ubuntu Installation (Linux Mint) - Eclipse Setup
XCONF Configuration Files
XML REST API
Programming API
Asset Media - Rotate Asset
Asset Media - Run A Conversion
Distribution - Create a New Distribution
Distribution - Delete Distribution
Distribution - Edit Distribution
Distribution - Search Distribution
Files - Delete Asset
Files - Get Asset Details
Files - Import Local File
Files - Search For Files
Files - Upload File
Getting Started
JSON - GET all assets from a Collection
JSON Rest API - Clone
JSON Rest API - Primary Upload URL
JSON Rest API - Replace URL
XML - Rest API
JSON Rest API - Clone
REQUEST (POST)
Add the following URL to the end of your libraries domain.
URL: /assets/mediadb/services/module/asset/clone.json
Parameters
FormData, assetid="102"
Sample Request
curl --location --request POST 'http://localhost:8080/assets/mediadb/services/module/asset/clone.json' \ -b 'entermedia.keyassets=adminmdxxxx; JSESSIONID=xxx' \ --header 'Content-Type: application/json' \ --data-raw '{"assetid": "102"}'
Sample Response
{ "status": "ok", "id": "103" "data": [ { } ] }
API
assets