Get content's media
Retrieve all media content using the content ID
This endpoint requires authentication with a JWT token or API key.
GET
https://api.instantuploader.com/media
Example:
/media/?contentUid=00273d24f34295j67bd17dc189
Query Parameters
Name
Type
Description
contentUid*
String
UID of the content (not media)
[
{
"size": 207678,
"autoTagsGenerated": false,
"thumb": "https://firebasestorage.googleapis.com/v0/b/profolio-instantuploader-1ab31.appspot.com/o/image%2Fthumb%2F2203d70ccca2d12da715a6b36a9c_adu-contractors-topanga-ca_200x200.jpg?alt=media&token=5043cabb-1b76-44a2-9b86-cf0df8109e19",
"height": 100,
"mediaTitle": "",
"favorite": false,
"name": "adu-contractors-topanga-ca.jpg",
"alt": "",
"uid": "2203d70ccca2d12da715a6b36a9c",
"updateDate": 1644246221678,
"url": "https://firebasestorage.googleapis.com/v0/b/profolio-instantuploader-1ab31.appspot.com/o/image%2F2203d70ccca2d12da715a6b36a9c_adu-contractors-topanga-ca.jpg?alt=media&token=5043cabb-1b76-44a2-9b86-cf0df8109e19",
"caption": "",
"width": 100,
"isMediaSourceMobileApp": false,
"createDate": 1644246221678,
"description": "",
"userId": "m00YVkoVYIhniqNrgplRRWCsQLs1",
"type": "image/jpeg"
}
]
Last updated