{"info":{"_postman_id":"086948c4-9e81-4271-abb7-6d6995a67304","name":"Unopim DAM API","description":"<html><head></head><body><p>The UnoPim DAM (Digital Asset Management) API provides a comprehensive RESTful interface for managing digital assets, directories, properties, tags, comments, and linked resources. This API enables developers to integrate UnoPim's DAM capabilities into their applications.</p>\n<p><strong>Official Documentation</strong>: <a href=\"https://documenter.getpostman.com/view/21990056/2sA3kXE17F\">Postman Documenter</a></p>\n<hr>\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>All API endpoints require <strong>Bearer Token</strong> authentication.</p>\n<p><strong>Headers Required</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer {{token}}\nAccept: application/json\n\n</code></pre><hr>\n<h2 id=\"🌐-base-url\">🌐 Base URL</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{{url}}/api/v1/rest\n\n</code></pre><hr>\n<h2 id=\"📂-api-resources\">📂 API Resources</h2>\n<p>The API contains <strong>23 endpoints</strong> organized into <strong>6 resource groups</strong>:</p>\n<h3 id=\"1-assets-7-endpoints\">1. Assets (7 endpoints)</h3>\n<ul>\n<li><p><strong>GET</strong> <code>/assets</code> - Get all assets (paginated)</p>\n</li>\n<li><p><strong>GET</strong> <code>/assets/{id}</code> - Get asset by ID</p>\n</li>\n<li><p><strong>POST</strong> <code>/assets</code> - Upload new asset</p>\n</li>\n<li><p><strong>POST</strong> <code>/assets/reupload</code> - Re-upload existing asset</p>\n</li>\n<li><p><strong>PUT</strong> <code>/assets/{id}</code> - Update asset metadata</p>\n</li>\n<li><p><strong>DELETE</strong> <code>/assets/{id}</code> - Delete asset</p>\n</li>\n<li><p><strong>GET</strong> <code>/assets/download/{id}</code> - Download asset file</p>\n</li>\n</ul>\n<h3 id=\"2-directories-5-endpoints\">2. Directories (5 endpoints)</h3>\n<ul>\n<li><p><strong>GET</strong> <code>/directories</code> - Get all directories</p>\n</li>\n<li><p><strong>GET</strong> <code>/directories/{id}</code> - Get directory by ID</p>\n</li>\n<li><p><strong>POST</strong> <code>/directories</code> - Create new directory</p>\n</li>\n<li><p><strong>PUT</strong> <code>/directories/{id}</code> - Update directory</p>\n</li>\n<li><p><strong>DELETE</strong> <code>/directories/{id}</code> - Delete directory</p>\n</li>\n</ul>\n<h3 id=\"3-comments-3-endpoints\">3. Comments (3 endpoints)</h3>\n<ul>\n<li><p><strong>GET</strong> <code>/comments/{id}</code> - Get comment by ID</p>\n</li>\n<li><p><strong>POST</strong> <code>/comments</code> - Create comment on asset</p>\n</li>\n<li><p><strong>DELETE</strong> <code>/comments/{id}</code> - Delete comment</p>\n</li>\n</ul>\n<h3 id=\"4-properties-4-endpoints\">4. Properties (4 endpoints)</h3>\n<ul>\n<li><p><strong>GET</strong> <code>/properties/{id}</code> - Get property by ID</p>\n</li>\n<li><p><strong>POST</strong> <code>/properties/{asset_id}</code> - Create property for asset</p>\n</li>\n<li><p><strong>PATCH</strong> <code>/properties/{id}</code> - Update property</p>\n</li>\n<li><p><strong>DELETE</strong> <code>/properties/{id}</code> - Delete property</p>\n</li>\n</ul>\n<h3 id=\"5-tags-3-endpoints\">5. Tags (3 endpoints)</h3>\n<ul>\n<li><p><strong>GET</strong> <code>/tags/{id}</code> - Get tag by ID</p>\n</li>\n<li><p><strong>POST</strong> <code>/tags</code> - Create and associate tag with asset</p>\n</li>\n<li><p><strong>DELETE</strong> <code>/tags</code> - Remove tag</p>\n</li>\n</ul>\n<h3 id=\"6-linked-resources-1-endpoint\">6. Linked Resources (1 endpoint)</h3>\n<ul>\n<li><strong>GET</strong> <code>/linked-resource/{id}</code> - Get linked resources</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4385199","collectionId":"086948c4-9e81-4271-abb7-6d6995a67304","publishedId":"2sBXVhEWjQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-01-16T12:18:14.000Z"},"item":[{"name":"DAM","item":[{"name":"Asset","item":[{"name":"Get all Assets","id":"68163df7-fc23-4320-bb69-c26d34580634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/assets?limit=100&page=1","urlObject":{"path":["api","v1","rest","assets"],"host":["{{url}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"68163df7-fc23-4320-bb69-c26d34580634"},{"name":"Get Asset by Id","id":"c2078692-5517-40f4-9174-7a90b4b87b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/assets/390","urlObject":{"path":["api","v1","rest","assets","390"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2078692-5517-40f4-9174-7a90b4b87b7a"},{"name":"Re-upload Asset","id":"6adf01c5-030c-4de6-bd40-c0be30d7f0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/home/users/prince.sahni/Downloads/image (2).png"},{"key":"asset_id","value":"390","type":"text"}]},"url":"{{url}}/api/v1/rest/assets/reupload","urlObject":{"path":["api","v1","rest","assets","reupload"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6adf01c5-030c-4de6-bd40-c0be30d7f0ef"},{"name":"Update Asset","id":"0f4a6a98-1c87-40f2-8cbf-a2dd8170cc85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"file_name\" : \"Update File Name\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/assets/211","urlObject":{"path":["api","v1","rest","assets","211"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f4a6a98-1c87-40f2-8cbf-a2dd8170cc85"},{"name":"Upload the Asset","id":"9c8b5d0f-2616-4e25-8b46-9770d500aedb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files[]","type":"file","src":"/home/users/prince.sahni/Downloads/full aws url (5).png"},{"key":"directory_id","value":"1","type":"text"}]},"url":"{{url}}/api/v1/rest/assets","urlObject":{"path":["api","v1","rest","assets"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8b5d0f-2616-4e25-8b46-9770d500aedb"},{"name":"Delete the Asset","id":"e45f36fc-2075-4e38-98a5-dc35e5b6fdf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/assets/384","urlObject":{"path":["api","v1","rest","assets","384"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e45f36fc-2075-4e38-98a5-dc35e5b6fdf7"},{"name":"Download the Asset","id":"c4cc4151-fbf4-4164-87d1-dfbca473bd17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/assets/download/210","urlObject":{"path":["api","v1","rest","assets","download","210"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4cc4151-fbf4-4164-87d1-dfbca473bd17"}],"id":"09e12423-176d-4eed-a87b-9cbf27d9663a","description":"<p>In this section, we will see all the APIs which are related to DAM Assets</p>\n<h3 id></h3>\n","_postman_id":"09e12423-176d-4eed-a87b-9cbf27d9663a"},{"name":"Directory","item":[{"name":"Get all Directories","id":"9cc7d35d-7088-4788-9448-038756689ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/directories","urlObject":{"path":["api","v1","rest","directories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cc7d35d-7088-4788-9448-038756689ff2"},{"name":"Get directory by Id","id":"4050fca4-51dc-483f-8e6c-b27c10bf2e69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/directories/1","urlObject":{"path":["api","v1","rest","directories","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4050fca4-51dc-483f-8e6c-b27c10bf2e69"},{"name":"Create a directory","id":"34c03797-d261-4499-81da-b8e8b1a820eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Testing_Directory","type":"text"},{"key":"parent_id","value":"1","type":"text"}]},"url":"{{url}}/api/v1/rest/directories","urlObject":{"path":["api","v1","rest","directories"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34c03797-d261-4499-81da-b8e8b1a820eb"},{"name":"Update a directory","id":"79b5ae65-55a4-4179-8d19-315869aeacea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Testing Directory\",\n    \"parent_id\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/directories/2","urlObject":{"path":["api","v1","rest","directories","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"79b5ae65-55a4-4179-8d19-315869aeacea"},{"name":"Delete a directory","id":"40e74f46-48cc-403a-86f0-ebf3e5a214d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Testing Directory\",\n    \"parent_id\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/directories/4","urlObject":{"path":["api","v1","rest","directories","4"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40e74f46-48cc-403a-86f0-ebf3e5a214d6"}],"id":"8cf8c724-a68e-47b0-81da-5febc645bab7","description":"<p>In this section, we will see all the APIs which are related to DAM Directory</p>\n<h3 id></h3>\n","_postman_id":"8cf8c724-a68e-47b0-81da-5febc645bab7"},{"name":"Comment","item":[{"name":"Get Comment By Id","id":"3c88b655-2bde-41b2-a927-4f0c974a2cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/comments/3","urlObject":{"path":["api","v1","rest","comments","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c88b655-2bde-41b2-a927-4f0c974a2cd6"},{"name":"Delete Comment","id":"8c24cdc6-333a-4c7e-aa89-1fad216deacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/comments/2","urlObject":{"path":["api","v1","rest","comments","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c24cdc6-333a-4c7e-aa89-1fad216deacb"},{"name":"Create a Comment","id":"d32d886f-0006-4001-a501-7491cad44792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comments\" : \"New more varients of this proudct\",\n    \"dam_asset_id\":4\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/comments","urlObject":{"path":["api","v1","rest","comments"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d32d886f-0006-4001-a501-7491cad44792"}],"id":"6a12164e-569d-4b57-a9eb-75ad705b27ff","description":"<p>In this section, we will see all the APIs which are related to DAM Comment</p>\n<h3 id></h3>\n","_postman_id":"6a12164e-569d-4b57-a9eb-75ad705b27ff"},{"name":"Property","item":[{"name":"Get Property By Id","id":"1a21345b-ce5b-4290-90ef-e19d53b560ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/properties/3","urlObject":{"path":["api","v1","rest","properties","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a21345b-ce5b-4290-90ef-e19d53b560ec"},{"name":"Update Property","id":"901451a9-2715-4cf9-873f-89f4a3f4af1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\":\"Text\",\n    \"value\"  :\"This is the New Property\",\n    \"language\":\"58\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/properties/1","urlObject":{"path":["api","v1","rest","properties","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"901451a9-2715-4cf9-873f-89f4a3f4af1a"},{"name":"Delete the Property","id":"40aae4ec-b6ac-4197-8eaa-45e7e62a1314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"comments\" : \"Hello Who are you ??\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/properties/2","urlObject":{"path":["api","v1","rest","properties","2"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"40aae4ec-b6ac-4197-8eaa-45e7e62a1314"},{"name":"Create a Property","id":"a3fe23b2-8de9-46ce-98ec-3e19ab930b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\"        : \"Description\",\n    \"type\"        : \"Text\",         \n    \"value\"       : \"This image showcases the new winter collection of jackets.\",\n    \"language\"    : \"en_US\"    \n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/properties/7","urlObject":{"path":["api","v1","rest","properties","7"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3fe23b2-8de9-46ce-98ec-3e19ab930b7c"}],"id":"05743d9a-009a-4225-bd3d-e1103cf89c54","description":"<p>In this section, we will see all the APIs which are related to DAM Property</p>\n<h3 id></h3>\n","_postman_id":"05743d9a-009a-4225-bd3d-e1103cf89c54"},{"name":"Tag","item":[{"name":"Get Tag By Id","id":"bbecf0a3-5e82-43c3-b7e1-2b5cafacd8e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/tags/1","urlObject":{"path":["api","v1","rest","tags","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbecf0a3-5e82-43c3-b7e1-2b5cafacd8e2"},{"name":"Create a Tag","id":"3b0f8e2e-f77c-4703-ba64-6d3fb264d2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tag\" : \"Test\",\n    \"asset_id\" : 9\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/tags","urlObject":{"path":["api","v1","rest","tags"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b0f8e2e-f77c-4703-ba64-6d3fb264d2ee"},{"name":"Remove a Tag","id":"c47ff129-e3da-4fb2-9eda-fd5285e9a8b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tag\" : \"Test\",\n    \"asset_id\" : 9\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/tags","urlObject":{"path":["api","v1","rest","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"c47ff129-e3da-4fb2-9eda-fd5285e9a8b8"}],"id":"cfee14cc-4e58-4c1f-8739-7410a3bca506","description":"<p>In this section, we will see all the APIs which are related to DAM Tag</p>\n<h3 id></h3>\n","_postman_id":"cfee14cc-4e58-4c1f-8739-7410a3bca506"},{"name":"Linked Resources","item":[{"name":"Get the Linked Resources","id":"669ae18b-b0cb-4d2b-82a5-fa669235d0d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/linked-resource/9","urlObject":{"path":["api","v1","rest","linked-resource","9"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"669ae18b-b0cb-4d2b-82a5-fa669235d0d0"}],"id":"5aa97080-03fa-4845-ad02-daf663bf076f","description":"<p>In this section, we will see all the APIs which are related to DAM Linked Resources</p>\n<h3 id></h3>\n","_postman_id":"5aa97080-03fa-4845-ad02-daf663bf076f"}],"id":"9ecfad4b-4e05-4c3e-82a3-1f7ab02e8e01","description":"<p>In this section, we will see all the APIs which are related to DAM.</p>\n<h3 id></h3>\n","_postman_id":"9ecfad4b-4e05-4c3e-82a3-1f7ab02e8e01"}]}