Integrate ZinkCloud directly into your applications. Our simple REST API allows you to upload, manage, and mirror files programmatically.
All API requests must include your API Key in the header.
https://zinkcloud.com/api/v1/upload
Upload a file to your account.
| Field | Type | Description |
|---|---|---|
| file | Binary | The file to upload (Max 5GB) |
| folder_id | Int | (Optional) Target folder ID |
https://zinkcloud.com/api/v1/file/{file_id}
Retrieve metadata for a specific file.