4shared
communityCloud storage and file sharing platform with 30GB free storage, supporting file upload, sharing, and streaming of music and video.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/v2_2/filesList files and folders in account
Parameters
limitintegeroptionaloffsetintegeroptionalfolderIdfolder ID (stringoptionalReturns
items[] with id, name, type, size, created, download_url, share_urlPOST
/api/v2_2/filesUpload a file to account storage
Parameters
filefile content (binaryrequiredfolderIddestination folder ID (stringoptionalReturns
file_id, name, size, share_url, download_urlGET
/api/v2_2/files/{fileId}Get file details and share link
Returns
file with id, name, size, created, download_url, share_url, mime_typeGET
/api/v2_2/files/searchSearch within account files
Parameters
qsearch term (stringrequiredReturns
files[] with id, name, size, share_url