Data Types

BasicUploadResponse

Response body for BasicUpload.

Structure

{
"accountId": String,
"filePath": String,
"fileUrl": String
}

Example

{
"accountId": "YOUR_ACCOUNT_ID",
"filePath": "/uploads/file.txt",
"fileUrl": "https://upcdn.io/A623uY2/raw/uploads/file.txt"
}

Properties

accountId

Your account ID.

This is visible on the settings page:

https://upload.io/dashboard/settings

Example: "A623uY2"

Type: String

Length: 7

Required: Yes

filePath

The file's path.

We recommend you save this value to your database (instead of the file's URL).

This value always begins with a /.

Example: "/uploads/file.txt"

Type: String

Min Length: 1

Max Length: 512

Required: Yes

fileUrl

The file's raw URL (i.e. with no file transformations applied).

Example: "https://upcdn.io/A623uY2/raw/uploads/file.txt"

Type: String

Min Length: 1

Max Length: 255

Required: Yes

Used by

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: