AI Picture Colorizer

Colorizes old grayscale images based on AI

About API

This endpoint colorizes a grayscale image provided by its URL.

Endpoint

POST /v2/colorize/

Request Headers

  • Content-Type: application/json

  • token: API_TOKEN (Replace API_TOKEN with your actual API token)

Request Body

{
  "image_url": "https://w0.peakpx.com/wallpaper/300/84/HD-wallpaper-vintage-view-of-old-main-street-trolleys-grayscale-town-tracks-street-vintage.jpg"
}
  • image_url (string, required): The URL of the grayscale image to be colorized.

Response

The response will contain the colorized version of the input image.


Code Examples

curl -X POST \
  -H "Content-Type: application/json" \
  -H "token: API_TOKEN" \
  -d '{"image_url": "https://w0.peakpx.com/wallpaper/300/84/HD-wallpaper-vintage-view-of-old-main-street-trolleys-grayscale-town-tracks-street-vintage.jpg"}' \
  "https://www.capix.uz/v2/colorize/"

Result

Last updated