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
curl -X 'POST' \
'https://api.magicapi.dev/api/v1/capix/colorizer/colorize/v1/' \
-H 'accept: application/json' \
-H 'x-magicapi-key: API_KEY' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'image_url=IMAGE_URL'
Results



Last updated