aiendpoint.dev
Services4shared

4shared

community

Cloud storage and file sharing platform with 30GB free storage, supporting file upload, sharing, and streaming of music and video.

Visit site ↗

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.

https://4shared.comoauth2storageconfidence: 70/1000 discoveries1 contributors
GET/api/v2_2/files

List files and folders in account

Parameters

limitintegeroptional
offsetintegeroptional
folderIdfolder ID (stringoptional

Returns

items[] with id, name, type, size, created, download_url, share_url
POST/api/v2_2/files

Upload a file to account storage

Parameters

filefile content (binaryrequired
folderIddestination folder ID (stringoptional

Returns

file_id, name, size, share_url, download_url
GET/api/v2_2/files/{fileId}

Get file details and share link

Returns

file with id, name, size, created, download_url, share_url, mime_type
GET/api/v2_2/files/search

Search within account files

Parameters

qsearch term (stringrequired

Returns

files[] with id, name, size, share_url