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
  • Skin Enhancer: Professional-grade skin retouching and blemish removal.
    • Endpoint: POST /api/v1/ai-skin-enhancer

2. Creative Transformations

  • Dress Change: Swap outfits on subjects using textual descriptions or reference images.
    • Endpoint: POST /api/v1/ai-dress-change
  • Stylization: Transform images into Ghibli, Anime, or custom artistic styles.
    • Endpoints: POST /api/v1/ai-ghibli-style, POST /api/v1/ai-anime-generator

3. Image Processing & Utilities

  • Upscaling: Increase image resolution while regenerating fine details.
    • Endpoint: POST /api/v1/ai-image-upscale
  • Background Remover: Clean, high-precision isolation of subjects.
    • Endpoint: POST /api/v1/ai-background-remover
  • Object Eraser: Remove unwanted elements with AI-powered inpainting.
    • Endpoint: POST /api/v1/ai-object-eraser
  • Image Extension: Outpaint beyond the original borders to expand the scene.
    • Endpoint: POST /api/v1/ai-image-extension

4. Product & Marketing

  • Product Shot: Generate professional studio-quality backgrounds for product images.
    • Endpoint: POST /api/v1/ai-product-shot
  • Product Photography: Comprehensive tool for creating high-converting product assets.
    • Endpoint: POST /api/v1/ai-product-photography

API Usage Pattern

All specialized apps follow the standard MuAPI async pattern:

  1. Submit the task with your input data and an optional webhook.
  2. Use the returned request_id to poll for results at /api/v1/predictions/{id}/result.
  3. Receive a JSON payload with the output URLs upon completion.