MAF Adapter
Generic REST adapter for MAF (Модуль Автоматизации Фотостудии) — photo studio automation, no public API.
MAF Adapter
MAF (Модуль Автоматизации Фотостудии — Photo Studio Automation Module) is an internal system used by some Russian retail companies to automate product photography workflows.
The MAF API is not publicly documented. This block is a generic REST adapter for teams that have internal or NDA-governed access to a MAF instance.
Setup
- Obtain the MAF API base URL and authentication credentials from your system administrator.
- In AACFlow, add a MAF Adapter block and enter:
- API Base URL — stored as a secret.
- Auth Type — Basic (username:password), Bearer Token, or Custom Header.
- Credentials — the corresponding value.
- Set the HTTP Method and API Path for the endpoint you are calling.
Operations
| Operation | Description |
|---|---|
maf_request | Execute an arbitrary HTTP request (GET, POST, PUT, DELETE, PATCH) against the MAF instance using the configured authentication. |
Example workflow
A product-launch workflow creates a photography task by posting to /api/v1/tasks in MAF with product metadata, waits for completion via polling, and then proceeds to publish the product to the marketplace.
Links
- Block source: apps/aacflow/blocks/blocks/maf_adapter.ts

