Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This resource returns the raw binary data for the selected image.

URI: https://appapi.cloudcardtoolsonlinephotosubmission.com/{bytes link for photo}

example URI: https://appapi.cloudcardtoolsonlinephotosubmission.com/api/photos/lotsOfRandomLettersAndNumbers/bytes
(see Get Photo List for instructions describing how to get a list of photos including their bytes links)

...

 
Code Block
titleExample HTTP Request Body


Code Block
titleExample Response
200 OK
Content-Type: image/jpeg;charset=utf-8

BODY: {BINARY JPEG CONTENT}

...