# AI Photo Colorize

# Overview
Using the latest AI technology to colorize black and white photos, old images, or repair them. With AI Photo Colorize, you can instantly generate 4 different colorized versions of your photos, each with unique color tones ranging from warm to cool. Utilizing deep learning technology, this tool transforms your black and white photos into vibrant color images within seconds.

![AI Photo Colorize](https://bcw-media.s3.ap-northeast-1.amazonaws.com/yce_colorize_s4_poster_11c0bdfead.jpg "AI Photo Colorize")

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 Photo Colorize](https://docs.perfectcorp.com/_bundle/reference/ai_photo_colorize.yaml)

## V1.0

AI Photo Colorize API allows you to colorize black and white photos using AI technology.

### Create a new file.

 - [POST /s2s/v2.0/file/colorize](https://docs.perfectcorp.com/reference/ai_photo_colorize/v1.0/paths/~1s2s~1v2.0~1file~1colorize/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 Photo Colorize task.

 - [POST /s2s/v2.0/task/colorize](https://docs.perfectcorp.com/reference/ai_photo_colorize/v1.0/paths/~1s2s~1v2.0~1task~1colorize/post.md): Please refer to the polling guide for checking task status.

### Check a AI Photo Colorize task status.

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

