Retrieves the full details for a file.
1curl https://api.upload.io/v2/accounts/{accountId}/files/details?filePath=/uploads/image.jpg \2 -H "Authorization: Bearer YOUR_API_KEY"
1{2 "accountId": "YOUR_ACCOUNT_ID",3 "filePath": "/uploads/image.jpg",4 "fileUrl": "https://upcdn.io/A623uY2/raw/uploads/image.jpg",5 "lastModified": 1615680311115,6 "metadata": {7 "myCustomField1": true,8 "myCustomField2": {9 "hello": "world"10 },11 "anotherCustomField": 4212 },13 "mime": "image/jpeg",14 "originalFileName": "example.jpg",15 "size": 43182,16 "tags": [17 "images/profile"18 ]19}
Your account ID.
This is visible on the settings page:
https://upload.io/dashboard/settings
Type: String
Length: 7
Example: A623uY2
In: Path
Required: Yes
Absolute path to a file. Must begin with a /.
Type: String
Min Length: 1
Max Length: 512
Example: ?filePath=/uploads/image.jpg
In: Querystring
Required: Yes
Add one of these Authorization header values to your request:
•Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.
•Option 2: use HTTP basic authorization, specifying apikey as your username, and your API key as your password.
Type: String
In: Header
Required: Yes
This website uses cookies. By continuing you are consenting to the use of cookies per our cookie policy.
This website requires a modern web browser -- the latest versions of these browsers are supported: