{
    "id":"token assignment id"
}


{
    "error":0
    "message": "Succeeded",
    "result": "base64 encoded png image"
}

The returned images can be used in html tag directly:

<img src="data:image/png;base64,the actual data">