Skip to main content

Setting Up

To access Black Swan APIs, you’ll need an API Key for authentication. Follow these steps:

1. Request an API Key

Contact the Black Swan Team through one of these channels: Please include:
  • Your organization’s name
  • Use case (e.g., “credit scoring for SME loans”)
  • Expected request volume (e.g., “100 calls/minute”)

2. Receive Your Credentials

After approval, you’ll receive:
  • A unique Production API Key (e.g., bsa_live_123456789abcdef)
  • A Sandbox Key for testing (if applicable)

3. Integrate the API

Include your API Key in the Authorization header:
GET /v1/loans HTTP/1.1
Host: lms.tausi.africa
Authorization: Bearer YOUR_API_TOKEN
//Other required headers