cancel
Showing results for 
Search instead for 
Did you mean: 

Is there automation API for DAM?

Fei_Yan
Champ in-the-making
Champ in-the-making

Hello, I wonder what would be the best practice to do direct API communication with DAM? I cannot find any document but this one: http://doc.nuxeo.com/display/DAMDOC55/Import

Obviously it's not automation API. Wonder how developers should communicate with it.

Also wonder how to call conversion service to convert video and resize images etc.

3 REPLIES 3

Laurent_Doguin
Star Collaborator
Star Collaborator

Hi,

All the assets stored in DAM are Nuxeo documents. So you can use the Content Automation API for DAM.

Hi Laurent, but when I upload a file through automation API, it doesn't auto populate all the EXIF/XMP/Dublin properties of the file. It's different from importing from the DAM web interface.

Fei_Yan
Champ in-the-making
Champ in-the-making

I wonder how to call the video conversion/transcoding through any of the API.