Media Tutorial
How to manage public and internal assets
Create private assets by link
curl -i -X POST
'https://api.emporix.io/media/{tenant}/assets'
-H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}'
-H 'Content-Type: multipart/form-data'
-F 'file=[object Object]'
-F 'body=[object Object]'Create public assets with a blob upload
Retrieve assets for a given category
Last updated
Was this helpful?

