This resource returns the raw binary data for the selected image.
URI: https://api.onlinephotosubmission.com/{publicKey}/bytes
example URI: https://api.onlinephotosubmission.com/api/photos/lotsOfRandomLettersAndNumbers/bytes
(see Get Photo List for instructions describing how to get a list of photos including their bytes links)
HTTP Method: GET
Example HTTP Request Body
{EMPTY}
Example Response
200 OK Content-Type: image/jpeg;charset=utf-8 BODY: {BINARY JPEG CONTENT}