AI Picture Colorizer
Colorizes old grayscale images based on AI
About API
This endpoint colorizes a grayscale image provided by its URL.
Endpoint
POST /capix/colorizer/colorize/v1/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
Results



Last updated