Guides
Getting Started
1. User Authentication
In order for applications to access the Bluescape API they must be authorized by an existing Bluescape user. The User Authentication guide explains how to use your application's credentials to obtain this authorization.
Open Guide2. Basic API Request
Once an application has received an access token, it is free to start accessing the Bluescape API. The Basic API Request guide presents some example requests to get you started with creating your application.
Open Guide3. Get list of workspaces
Get the list of all Workspaces that you can access. You can get the IDs and names of each Workspace.
Open Guide4. Get all images from a Workspace
Get the information for all the images uploaded in your Workspace. You can easily extend this script to download documents, notes, etc.
Open Guide5. Create a Canvas and add a note to it
Here you will learn how to create a new Canvas and how to add a Note to it. Creating a Canvas is very useful for organizing elements in a Workspace.
Open Guide6. Upload content from local drive in a Canvas
Learn how to automate the uploading of documents and images from a local folder on your hard drive to a new Canvas.
Open GuideListeners
Listeners are a powerful tool for monitoring Bluescape workspaces and responding to user actions. The Listeners guide describes in detail how listeners work and how to get started using them.
Open Guide