This API takes an image URL and JSON data, processes the image, and sends the response in Base64 format.
- URL: The URL of the image to be processed.
- JSON Data: Additional data required for processing the image.
- Base64: The processed image in Base64 format.
{
"image_url": "http://example.com/image.jpg",
"data": {
"key": "value"
}
}{
"base64_image": "iVBORw0KGgoAAAANSUhEUgAA..."
}