# AI Image Extender

# Overview
Experience vibrant AI Outpainting with our cutting-edge AI Image Extender. Seamlessly expand images in any ratio, bringing out your creativity with our advanced AI technology. Preserve the highest quality while expanding your photos without compromising on style or aesthetics. Instantly transform your photos with one-click automatic background enlargement thanks to our user-friendly AI tool. Thanks to our advanced context-aware technology, we ensure a seamless and captivating experience for every viewer.

![AI Image Extender](https://bcw-media.s3.ap-northeast-1.amazonaws.com/yce_web_outpainting_S1_img_03_cf19a018d9.jpg "AI Image Extender")

Whether you're aiming for Instagram glory or framing a digital masterpiece, select from a variety of sizes and ratios for that perfect fit. As you tweak and transform, our AI seamlessly weaves its magic, ensuring the expanded areas blend flawlessly with your original photo.

![AI Image Extender](https://bcw-media.s3.ap-northeast-1.amazonaws.com/yce_web_outpainting_S1_img_01_1876fb85a5.jpg "AI Image Extender")

License: Privacy policy

## Servers

```
https://yce-api-01.makeupar.com
```

## Security

### BearerAuthenticationV2

Use the standard 'Bearer authentication'. Put your 'API Key' in header: `Authorization:Bearer YOUR_API_KEY`. Notice that there is ' ' a space between 'Bearer' and the 'YOUR_API_KEY'.

Type: http
Scheme: bearer

## Download OpenAPI description

[AI Image Extender](https://docs.perfectcorp.com/_bundle/reference/ai_image_extender.yaml)

## V2.0

AI Image Extender API allows you to extend the dimensions of an image by generating new content around it (Outpainting).

### Create a new file.

 - [POST /s2s/v2.0/file/out-paint](https://docs.perfectcorp.com/reference/ai_image_extender/v2.0/paths/~1s2s~1v2.0~1file~1out-paint/post.md): To upload a new file, you'll first need to use the File API. It will give you a URL – use that URL to upload your file. Once the upload is finished, you can use the file_id from the same response to start using our AI features.

### Run an AI Image Extender task.

 - [POST /s2s/v2.0/task/out-paint](https://docs.perfectcorp.com/reference/ai_image_extender/v2.0/paths/~1s2s~1v2.0~1task~1out-paint/post.md): Please refer to the polling guide for checking task status. The API takes 3 key parameters: input image, pivot point, and output image.

### Check an AI Image Extender task status.

 - [GET /s2s/v2.0/task/out-paint/{task_id}](https://docs.perfectcorp.com/reference/ai_image_extender/v2.0/paths/~1s2s~1v2.0~1task~1out-paint~1%7Btask_id%7D/get.md)

