Quick Start

Make your first BSOS API request in a few simple steps.

1

Create a developer account

Register your organization and access the Developer Dashboard.

2

Generate an API Key

Create a sandbox or production API Key from the API Keys section.

3

Authenticate your request

Send your API Key using the Authorization header.

Authorization: Bearer YOUR_API_KEY
4

Send your first request

Call the signal analysis endpoint with a business signal.

POST /v1/signals/analyze
5

Read the response

Use priority, confidence, reasoning and recommended action in your product workflow.

Continue to API Reference →