Skip to content
Box

Storage Integration

Box

Send screenshot images, PDF reports, and video outputs directly to Box folders used by your operations, legal, or compliance teams. Files land in Box the moment each capture job finishes.

How it works

ScreenshotCenter authenticates with Box using OAuth 2.0 on behalf of your account. No service account credentials needed — authorise once and all outputs route automatically to your chosen Box folder.

  1. 1

    Connect Box in the dashboard

    Go to Apps → Connect a new app → Box and sign in with your Box account. ScreenshotCenter requests upload-only access so it can't read or delete your existing files.

  2. 2

    Choose a destination folder

    Select the Box folder where files should be uploaded. You can also set a path template to create subfolders automatically based on the captured domain and date.

  3. 3

    Include the app ID in screenshot requests

    Add the Box app ID to the apps parameter. The Box shared link is returned in apps[].output_url.

Quick start

curl "https://api.screenshotcenter.com/api/v1/screenshot/create\
  ?key=YOUR_API_KEY\
  &url=https://example.com\
  &apps=my-box-app"

The Box file URL is returned in apps[].output_url once the upload completes.

Path templates

Control how files are named and organised inside your Box folder:

screenshots/{domain}/{yyyy}-{mm}-{dd}/{id}.png

Available variables: {id}, {domain}, {yyyy}, {mm}, {dd}, {shot}, {browser}, {country}.

Use cases

Compliance documentation

Archive timestamped screenshots of regulated content in Box folders shared with your legal or compliance team.

Operations reporting

Deliver visual status reports to Box folders your operations team accesses every morning — no manual steps required.

Client deliverables

Route screenshot outputs to client-specific Box folders so deliverables are always in the right place the moment jobs finish.

Long-term archival

Keep a permanent record of every web capture in Box with audit trails, version history, and role-based access controls.

Get started

  1. 1. Create a free account on ScreenshotCenter.
  2. 2. Go to Apps → Connect a new app → Box and sign in with your Box account.
  3. 3. Select a destination folder, configure an optional path template, and save. Copy the app ID.
  4. 4. Add the app ID to the apps parameter in your screenshot requests.