Create a Project and API Token

This guide will help you create a Project to use the API

With your Behavioral Signals account, you can create and manage multiple Projects, each with its own unique API Token used to send audio data to our API. This guide will walk you through setting up your first Project using the Administration Console.

Step 1: Login to the portal console

Visit https://portal.behavioralsignals.com and log in with your credentials.


Step 2: Create a new Project from the "Projects" page

This page shows all Projects under your account. To create a new one, click on the ADD NEW PROJECT button.


Give a name and optional description to your Project and click on CREATE PROJECT


Step 3: Inspect the ID and Secret

  • The ID corresponds to a unique identifier for your Project. This is also known as the client_idor cid.
  • The Secret is the API-Token that is used to authenticate your requests for the specific Project. This should be provided in the header of every request to the API. We recommend you handle this token with caution.


Now the you have set up your Project you can proceed with sending an audio to the API.

🚧

Important for existing users

Version 5.0.0 introduced significant changes to the output schema and internal processing. As a result, projects created with earlier versions are no longer compatible and cannot be used to send new audio data.
Please create a new project following the steps outlined above.


What’s Next