Bunkerhill Health
  • Introduction
  • Software
    • APIs
      • Inference API
      • DICOM C-STORE API
    • SDKs
      • Client SDK
        • Client SDK: Installation
        • Client SDK: Usage
          • Inference
          • Study
Powered by GitBook
On this page
  1. Software
  2. SDKs
  3. Client SDK

Client SDK: Usage

Usage instructions for the Client SDK

Credentials

Authentication to the server requires a username and private key pair. Please obtain these credentials by reaching out to engineering@bunkerhillhealth.com. The private key should be stored securely, for example in a file named private_key.pem.

The credentials are exchanged with the server for a JWT access token, which is managed by the Client SDK and automatically passed with all API requests.

PreviousClient SDK: InstallationNextInference

Last updated 1 year ago