> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.me-mate.net/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.me-mate.net/_mcp/server.

# 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

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.