Specialized AI Apps
MuAPI provides a suite of modular, specialized AI tools for specific media transformation tasks. These are available as standalone endpoints or as nodes within the Workflow system.
1. Portrait & Identity
- Face Swap (Image/Video): Seamlessly swap faces while maintaining lighting and expression.
- Endpoints:
POST /api/v1/ai-image-face-swap,POST /api/v1/ai-video-face-swap
- Endpoints:
- Skin Enhancer: Professional-grade skin retouching and blemish removal.
- Endpoint:
POST /api/v1/ai-skin-enhancer
- Endpoint:
2. Creative Transformations
- Dress Change: Swap outfits on subjects using textual descriptions or reference images.
- Endpoint:
POST /api/v1/ai-dress-change
- Endpoint:
- Stylization: Transform images into Ghibli, Anime, or custom artistic styles.
- Endpoints:
POST /api/v1/ai-ghibli-style,POST /api/v1/ai-anime-generator
- Endpoints:
3. Image Processing & Utilities
- Upscaling: Increase image resolution while regenerating fine details.
- Endpoint:
POST /api/v1/ai-image-upscale
- Endpoint:
- Background Remover: Clean, high-precision isolation of subjects.
- Endpoint:
POST /api/v1/ai-background-remover
- Endpoint:
- Object Eraser: Remove unwanted elements with AI-powered inpainting.
- Endpoint:
POST /api/v1/ai-object-eraser
- Endpoint:
- Image Extension: Outpaint beyond the original borders to expand the scene.
- Endpoint:
POST /api/v1/ai-image-extension
- Endpoint:
4. Product & Marketing
- Product Shot: Generate professional studio-quality backgrounds for product images.
- Endpoint:
POST /api/v1/ai-product-shot
- Endpoint:
- Product Photography: Comprehensive tool for creating high-converting product assets.
- Endpoint:
POST /api/v1/ai-product-photography
- Endpoint:
API Usage Pattern
All specialized apps follow the standard MuAPI async pattern:
- Submit the task with your input data and an optional
webhook. - Use the returned
request_idto poll for results at/api/v1/predictions/{id}/result. - Receive a JSON payload with the output URLs upon completion.