Introduction

The Phocus API is an HTTPS API you can use to upload records to Phocus programatically.

To access this API, you must be an existing user of Phocus.

As of right now, the API supports only one endpoint:

  • upload: Allows the user to upload a file to Phocus.

You can find the API Reference here:

Python and Shell example scripts that upload to this endpoint are provided here:

Last updated