BK Software
We do our best BK Software Ltd
0%

Quick Start Guide

Get up and running with BK SOFTWARE CO. in under 5 minutes.

Step 1 — Create an account

Visit bksoftware.co and click Sign Up. Choose your plan and complete email verification.

Step 2 — Generate an API key

Go to Dashboard → Settings → API Keys and click New Key. Copy and store it securely — it won't be shown again.

Step 3 — Make your first request

curl -X GET https://api.bksoftware.co/v1/me \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Step 4 — Install an SDK (optional)

# JavaScript
npm install @bksoftware/sdk

# Python
pip install bksoftware

# PHP
composer require bksoftware/sdk

Was this article helpful?