{"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"},{"name":"Get Asset Embedded Metadata","id":"cd575059-2350-4197-b822-6be63f9b5d96","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/18/metadata","description":"<p>Return the embedded metadata (EXIF/IPTC/etc.) extracted at upload for the asset. For images with none stored, falls back to an on-demand read. Directory-ACL scoped.</p>\n","urlObject":{"path":["api","v1","rest","assets","18","metadata"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd575059-2350-4197-b822-6be63f9b5d96"}],"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"},{"name":"Get All Tags","id":"c092189c-40c3-4d9b-88dd-0b12c13dad10","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?per_page=25","description":"<p>List every tag in the vocabulary. Optional ?query= to search by name, ?per_page= (1-100) to page.</p>\n","urlObject":{"path":["api","v1","rest","tags"],"host":["{{url}}"],"query":[{"disabled":true,"key":"query","value":""},{"key":"per_page","value":"25"}],"variable":[]}},"response":[],"_postman_id":"c092189c-40c3-4d9b-88dd-0b12c13dad10"},{"name":"Bulk Assign Tags","id":"401883f3-86dd-4c24-b2c4-537d4d782d48","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    \"asset_ids\": [\n        1,\n        2,\n        3\n    ],\n    \"tags\": [\n        \"campaign\",\n        \"q3\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/tags/bulk","description":"<p>Assign one or more tags to many assets at once. Tags are created on demand. Non-existent or inaccessible asset ids are skipped (not rejected); the response \"count\" reflects how many were tagged. Max 500 asset_ids.</p>\n","urlObject":{"path":["api","v1","rest","tags","bulk"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"401883f3-86dd-4c24-b2c4-537d4d782d48"},{"name":"Delete Tag (Vocabulary)","id":"88f53432-66cf-46a6-bba1-8b6f9566d64f","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/tags/8","description":"<p>Delete a tag from the vocabulary entirely — it is detached from every asset (pivot cascades). Gated by the api.dam.tags.destroy permission.</p>\n","urlObject":{"path":["api","v1","rest","tags","8"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"88f53432-66cf-46a6-bba1-8b6f9566d64f"}],"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"},{"name":"Share","item":[{"name":"Get Share By Id","id":"c3959f4a-3cbf-49ce-a59a-e89f3fdd5df7","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/shares/1","urlObject":{"path":["api","v1","rest","shares","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3959f4a-3cbf-49ce-a59a-e89f3fdd5df7"},{"name":"Get all Shares","id":"b7dfd7ce-c662-44a8-96a8-5fc220ea87a3","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/shares","description":"<p>List every share link you can see. Directory-ACL scoped: you only see shares whose target lives in a directory granted to your role. Supports datagrid-style filters/sort/pagination.</p>\n","urlObject":{"path":["api","v1","rest","shares"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7dfd7ce-c662-44a8-96a8-5fc220ea87a3"},{"name":"Create Share (Asset)","id":"49c6abc7-fe10-4ca6-90a3-b1f0e6eef7a1","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    \"share_type\": \"asset\",\n    \"asset_id\": 20,\n    \"name\": \"SK\",\n    \"no_expiry\": false,\n    \"expiry_days\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/shares","description":"<p>Create a share link for an asset. Pass asset_id. expiry_days (1-365, default 7) OR no_expiry:true for a permanent link. name is optional.</p>\n","urlObject":{"path":["api","v1","rest","shares"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49c6abc7-fe10-4ca6-90a3-b1f0e6eef7a1"},{"name":"Create Share (Directory)","id":"4b26d30a-1c98-4ea8-9460-d014fbf54d0f","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    \"share_type\": \"directory\",\n    \"directory_id\": 1,\n    \"name\": \"Brand assets\",\n    \"no_expiry\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/shares","description":"<p>Create a share link for a directory (shares all assets inside it). Pass directory_id. Use no_expiry:true for a permanent link.</p>\n","urlObject":{"path":["api","v1","rest","shares"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b26d30a-1c98-4ea8-9460-d014fbf54d0f"},{"name":"Update Share","id":"6e6f8f42-05c1-4c26-bdbd-2f72f084e09d","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\": \"SK55\",\n    \"expiry_days\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/v1/rest/shares/7","description":"<p>Update a share's name and/or expiry. Only the fields you send change: pass name to rename, expiry_days to reset the window, or no_expiry:true to make it permanent.</p>\n","urlObject":{"path":["api","v1","rest","shares","7"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e6f8f42-05c1-4c26-bdbd-2f72f084e09d"},{"name":"Revoke Share","id":"faf62ade-e78b-4fd0-b5d2-52c54fd36944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/shares/7/revoke","description":"<p>Revoke a share link (soft). The token/URL stops working but the record is kept so it can be reauthorized.</p>\n","urlObject":{"path":["api","v1","rest","shares","7","revoke"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"faf62ade-e78b-4fd0-b5d2-52c54fd36944"},{"name":"Reauthorize Share","id":"bff0f9f6-0eb2-4f8d-8f6b-e336c2bc1c34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{token}}","type":"text"}],"url":"{{url}}/api/v1/rest/shares/7/reauthorize","description":"<p>Reactivate a previously revoked link — the original token/URL works again (no new link is minted).</p>\n","urlObject":{"path":["api","v1","rest","shares","7","reauthorize"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bff0f9f6-0eb2-4f8d-8f6b-e336c2bc1c34"},{"name":"Delete Share","id":"ec9158f3-1732-45f4-9f19-3aad412de7d4","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/shares/7","description":"<p>Permanently delete the share record.</p>\n","urlObject":{"path":["api","v1","rest","shares","7"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec9158f3-1732-45f4-9f19-3aad412de7d4"}],"id":"50f5b06b-7650-4a5e-a82f-b733a1e31d2f","_postman_id":"50f5b06b-7650-4a5e-a82f-b733a1e31d2f","description":""}],"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"}]}