talha4t / heatmap-python

Repository from Github https://github.comtalha4t/heatmap-pythonRepository from Github https://github.comtalha4t/heatmap-python

API Description

This API takes an image URL and JSON data, processes the image, and sends the response in Base64 format.

Request

  • URL: The URL of the image to be processed.
  • JSON Data: Additional data required for processing the image.

Response

  • Base64: The processed image in Base64 format.

Example

Request

{
  "image_url": "http://example.com/image.jpg",
  "data": {
    "key": "value"
  }
}

Response

{
  "base64_image": "iVBORw0KGgoAAAANSUhEUgAA..."
}

About


Languages

Language:Python 100.0%