Skip to main content

Welcome

In this documentation you will learn how to use and implement the Pathfindr SDK. The SDK consist of both frontend and backend functionality that allows you to create, store and stream videos and edit documents.

API

The API is a set of endpoints that allows you to store and retrieve files, create access tokens, convert videos and generate streaming urls.

Recorder

The recorder is a web frontend component that is easily integrated into any web based frontend. The component allows your users to record videos. The component can be used to record the screen, camera or both and the recording will be stored on our secure servers once completed. After the video is uploaded it will be encoded and converted to ensure it will stream efficiently to any device or browser.

Recorder

Annotation

The annotation tool is a web frontend component that allows your users to edit and comment on documents while recording the screen and camera. The edited document and recording will be stored on our secure servers once complete and can easily be retrieved from the API when your users request it.

Annotation

Player

The player is a web frontend component that makes it easy stream videos from the API. The videos will be streamed from our video-on-demand service and you will need to use the api key to generate streaming urls and manage access rights to the files.

Player