Upload from a URL with a single HTTP request:
1curl "https://api.bytescale.com/v2/accounts/{accountId}/uploads/url" \2 -H "Authorization: Bearer YOUR_API_KEY" \3 -H "Content-Type: application/json" \4 -d @- << EOF5 {6 "url": "https://assets.bytescale.com/example.jpg"7 }8EOF
1{2 "accountId": "YOUR_ACCOUNT_ID",3 "filePath": "/uploads/file.txt",4 "fileUrl": "https://upcdn.io/A623uY2/raw/uploads/file.txt"5}
Your account ID.
This is visible on the settings page:
https://www.bytescale.com/dashboard/settings
Example: A623uY2
Type: String
Length: 7
In: Path
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 endpoints requires a JSON request body.
Type: String
Value: "application/json"
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: