Overview

View as Markdown

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

  1. Set base_url to your Gallery API base (example: https://business.me-mate.net/partners/wp-gallery-api).

  2. Set access_token to a valid token.

  3. Open File Upload APIs and run an upload request, then copy the returned file_id into your environment.

  4. Open Folder Management APIs to create a folder and then move/organize uploaded files.