Upload Image
API Usage
Use this service programmatically by sending a POST request to /decode_base64
with a base64-encoded image.
POST /decode_base64
Content-Type: application/json
{
"image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."
}
Response will contain the decoded text or an error message.