Data Types

GetFileDetails

Gets the full details (e.g. metadata, tags, etc.) for a file.

GET /v2/accounts/{accountId}/files/details
cURL
1curl "https://api.bytescale.com/v2/accounts/{accountId}/files/details?filePath=/uploads/image.jpg" \
2 -H "Authorization: Bearer YOUR_API_KEY"
Response (200)
1{
2 "accountId": "YOUR_ACCOUNT_ID",
3 "etag": "33a64df551425fcc55e4d42a148795d9f25f89d4",
4 "filePath": "/uploads/image.jpg",
5 "fileUrl": "https://upcdn.io/A623uY2/raw/uploads/image.jpg",
6 "lastModified": 1615680311115,
7 "metadata": {
8 "myCustomField1": true,
9 "myCustomField2": {
10 "hello": "world"
11 },
12 "anotherCustomField": 42
13 },
14 "mime": "image/jpeg",
15 "originalFileName": "example.jpg",
16 "size": 43182,
17 "tags": [
18 "example_tag"
19 ]
20}

Your account ID.

This is visible on the settings page:

https://www.bytescale.com/dashboard/settings

Example: "A623uY2"

Type: String

Length: 7

Absolute path to a file. Begins with a /.

Example: "/uploads/image.jpg"

Type: String

Min Length: 1

Max Length: 512

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 with apikey as your username and your API key as your password.

For advanced options, please see:

https://www.bytescale.com/docs/auth

Type: String

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: