- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Media
        Philipp Piwo edited this page Mar 12, 2016 
        ·
        2 revisions
      
    You will find the documentation here: Media-Uploader Wiki
After you uploaded your files, the Media-Recoder will automatically process your media.
When querying the Entity you uploaded the media to you will see all media-sizes created with access-urls:
 "media": [
      {
        "id": 2,
        "type": "IMAGE",
        "uploadToken": null,
        "sizes": [
          {
            "id": 8,
            "url": "https://recodestorage.blob.core.windows.net/recode/d7b03463-e0b7-41ff-adc9-a87b6bf04224.jpg",
            "width": 53,
            "height": 80,
            "length": 0,
            "size": 2010,
            "type": "IMAGE"
          },
          {
            "id": 9,
            "url": "https://recodestorage.blob.core.windows.net/recode/843a3bae-31ca-46b4-b498-002c948ae087.jpg",
            "width": 800,
            "height": 1200,
            "length": 0,
            "size": 248089,
            "type": "IMAGE"
          },
          {
            "id": 10,
            "url": "https://recodestorage.blob.core.windows.net/recode/071c1efc-5cbc-40cd-9f0a-5aee5501c11c.JPG",
            "width": 1536,
            "height": 2304,
            "length": 0,
            "size": 1820558,
            "type": "IMAGE"
          }
        ]
      }
    ],