Files and folders
Drive entities including files and folders.
GET /api/v1/filesGET /api/v1/files/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Drive entities including files and folders.
GET /api/v1/filesGET /api/v1/files/{id} Role-based file and folder shares.
GET /api/v1/sharesGET /api/v1/shares/{id} Public sharing links and their access roles.
GET /api/v1/public-linksGET /api/v1/public-links/{id} Auditable file and sharing activity.
GET /api/v1/activityGET /api/v1/activity/{id} curl "https://drive.fastsme.com/api/v1/files?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://drive.fastsme.com/api/v1/files", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs