API Documentation

v1.0

Integrate ZinkCloud directly into your applications. Our simple REST API allows you to upload, manage, and mirror files programmatically.

Authentication

All API requests must include your API Key in the header.

Authorization: Bearer YOUR_API_KEY

Upload File

POST https://zinkcloud.com/api/v1/upload

Upload a file to your account.

Parameters
Field Type Description
file Binary The file to upload (Max 5GB)
folder_id Int (Optional) Target folder ID

Get File Info

GET https://zinkcloud.com/api/v1/file/{file_id}

Retrieve metadata for a specific file.

Full documentation coming soon. Contact [email protected] for beta access.