Skip to main content

Prerequisites

  • A Scispot account
  • curl or any HTTP client

Create a token

1

Open Personal Tokens

In Scispot: AccountPersonal TokensGenerate New Token.
2

Copy the token

Save it securely. You cannot view it again after closing the dialog.

First API call

Create a labspace with JSON and Bearer auth:
A JSON response with "success": true and a uuid means the call succeeded.

Next steps