BoxBrownie.com

Sample Images


Overview

Sample images are pre-uploaded reference images that are stored in your BoxBrownie.com account. These images can be attached alongside most job submissions. This is useful if you re-use the same reference images across multiple jobs. Using the API, you can retrieve data about the sample images attached to your BoxBrownie account.

Retrieve Sample Images

GET /api/v2/account/getSampleImages
  • Endpoint: https://www.boxbrownie.com/api/v2/account/getSampleImages
  • HTTP Method: GET
  • Requires Authentication? Yes
  • Required Parameters:
  • Optional Parameters:(string) responseFormat [json|xml]

You may retrieve a list of the sample images attached to your BoxBrownie.com account using this endpoint. Each sample image has a unique sampleImageId identifier which can be used when creating new jobs via the API in order to attach it as a reference image.

Example Response