Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

  1. Get the photo bytes URL

    1. From a list of photos, access response[n].links.bytes

    2. From a person resource, access response.currentPhoto.links.bytes

  2. Request the binary photo data with the following request.

URI: {Photo Bytes URL}

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}


  • No labels