Openload
Connect to the Openload File Sharing API to upload, share and edit any file. Test an API call in your browser and export the code snippet into your app.
Everything account related (total used storage, reward)
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
Preparing a Download
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
fileId | String | File-ID |
Get a download link by using download ticket
Field | Type | Description |
---|---|---|
fileId | String | File-ID |
ticket | String | Previously generated download ticket |
captchaResponse | String | Result of the captcha |
Check the status of a file, e.g. if the file exists
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
fileId | String | File-ID |
File upload
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
file | File | Uploaded file |
folderId | String | Folder-ID to upload to |
Remote Uploading a file
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
url | File | Remote URL |
folderId | String | Folder-ID to upload to |
Check Status of Remote Upload
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
id | String | Remote Upload ID |
limit | String | Maximum number of results (Default: 5, Maximum: 100) |
Shows the content of your folders
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
folderId | String | Folder-ID |
Set a new name for a folders
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
folderId | String | Folder-ID |
name | String | new Folder-Name |
Set a new name for a file
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
fileId | String | File-ID |
name | String | new File-Name |
Convert previously uploaded files to a browser-streamable format (mp4 / h.264)
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
fileId | String | File-ID |
Shows running file converts by folder
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
folderId | String | Folder-ID |
Shows the video splash image (thumbnail)
Field | Type | Description |
---|---|---|
login | credentials | API-Login |
key | credentials | API-Key / API-Password |
fileId | String | File-ID |