Overview
Overview
This folder groups the Gallery App endpoints for managing media files and their folders.
Use the subfolders below to:
-
Upload & manage files (upload, list/search, get details, update, delete)
-
Create & manage folders (create, list, rename/move, delete)
Included sections
-
File Upload APIs — endpoints related to file/media upload and file operations.
-
Folder Management APIs — endpoints related to organizing files into folders.
Authentication & base URL
Requests in this API typically use:
-
{{base_url}}for the API host -
Authorization: Bearer {{access_token}}for authenticated calls
If these variables aren’t set yet, define them in your active environment (or at the collection level) before sending requests.
Quick start
-
Set
base_urlto your Gallery API base (example:https://business.me-mate.net/partners/wp-gallery-api). -
Set
access_tokento a valid token. -
Open File Upload APIs and run an upload request, then copy the returned
file_idinto your environment. -
Open Folder Management APIs to create a folder and then move/organize uploaded files.
