Parameters
{
"id":"token assignment id"
}
Response
{
"error":0
"message": "Succeeded",
"result": "base64 encoded png image"
}
The returned images can be used in html tag directly:
Demo
<img src="data:image/png;base64,the actual data">