> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise Image Editing API

> Enterprise AI image editing on dedicated GPU servers. Face gen, fashion, headshots, object removal, inpainting, and outpainting.

### Endpoints

<CardGroup cols={2}>
  <Card title="Remove Background & Create Mask" icon="scissors" href="/enterprise-api/image-editing/removebg-createmask">
    Remove backgrounds and create masks for image editing
  </Card>

  <Card title="Face Generator" icon="face-smile" href="/enterprise-api/image-editing/face-gen">
    Generate images with provided face references
  </Card>

  <Card title="Head Shot" icon="user-tie" href="/enterprise-api/image-editing/head-shot">
    Generate professional headshot images
  </Card>

  <Card title="Mask Creator" icon="mask" href="/enterprise-api/image-editing/mask_creator">
    Create custom masks for image editing workflows
  </Card>

  <Card title="Fashion" icon="shirt" href="/enterprise-api/image-editing/fashion">
    Try on clothing items on existing model bodies
  </Card>

  <Card title="Magic Mix" icon="wand-magic-sparkles" href="/enterprise-api/image-editing/magic-mix">
    Generate eye-catching image blends with text prompts
  </Card>

  <Card title="Object Removal" icon="eraser" href="/enterprise-api/image-editing/object-removal">
    Remove unwanted objects from images
  </Card>

  <Card title="Outpainting" icon="expand" href="/enterprise-api/image-editing/outpainting">
    Extend images beyond their original boundaries with AI-powered outpainting
  </Card>

  <Card title="Fetch Image" icon="download" href="/enterprise-api/image-editing/fetchimage">
    Fetch queued image generation results
  </Card>

  <Card title="Clear Cache" icon="trash" href="/enterprise-api/image-editing/clear-cache">
    Clear the server cache
  </Card>

  <Card title="Clear Queue" icon="list-check" href="/enterprise-api/image-editing/clear-queue">
    Clear the server queue
  </Card>

  <Card title="Restart Server" icon="rotate" href="/enterprise-api/image-editing/restart-server">
    Restart your dedicated server
  </Card>

  <Card title="System Details" icon="server" href="/enterprise-api/image-editing/system-details">
    Get information about your server
  </Card>

  <Card title="Update Server" icon="arrow-up-from-bracket" href="/enterprise-api/image-editing/update-server">
    Update your dedicated server
  </Card>
</CardGroup>


## Related topics

- [Image Editing API](/image-editing/overview.md)
- [Fetch Image](/enterprise-api/image-editing/fetchimage.md)
- [Changelog](/release-notes/api.md)
