AI Picture Colorizer
Colorizes old grayscale images based on AI
About API
This endpoint colorizes a grayscale image provided by its URL.
Endpoint
Request Headers
Content-Type: application/json
token: API_TOKEN (Replace API_TOKEN with your actual API token)
Request Body
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
Result
Last updated