Skip to main content

Authentication

Use API keys for authenticating programmatic access to the Compute Engine API

The Signaloid Cloud Compute Engine API uses API keys to authenticate your requests before allowing them to proceed. The value of an API key is a string with a secret value that only you know. You must send your valid API key with every request to the Signaloid Cloud Compute Engine API.

API Key Authentication Flow

Using API keys is the simplest and fastest way to get started with making requests to the Signaloid Cloud Compute Engine API.

To create an API key, go to the API keys section in the Settings page of the Signaloid Cloud Developer Platform. From there you can create a new API key. To authenticate yourself when making requests to the Signaloid Cloud Compute Engine API, simply add the API key to the Authorization Header as shown in the code snippets below:

curl --location --request GET 'https://api.signaloid.io/tasks' \
--header 'Authorization: scce_yourSignaloidCloudApiKey'