Authentication
Get API Key
To interact with Scale (and Nucleus) APIs, you'll need to get an API key. Follow this guide to get set up.
It's always a good idea to store this API key as an environment variable in order to avoid accidentally checking it into source control. We recommend adding a line like this to your shell ~./profile
.
export NUCLEUS_API_KEY=<YOUR_API_KEY>
Updated almost 3 years ago