Sign in to your dashboard

Enter your email and password to access your API keys and usage.

Magic link sent — check your email.

New subscriber? Create your password →

← Back to homepage

Calls This Month
Calls Remaining
Error Rate
last 30 days
Avg Latency
last 30 days
API Calls — Last 30 Days
Top Endpoints
EndpointCalls

⚡ Your new API key — copy it now. It will not be shown again.

Active Keys
Loading…
Create a New Key
Monthly Usage
Response Time Percentiles
p50
p95
p99
Calls by Day
Calls by Endpoint
EndpointCalls
Current Plan
Plan
Status
Monthly calls
Next billing date

Manage payment method, download invoices, or change your plan in the Stripe billing portal.

Documentation

Full API Reference

All 50+ endpoints with parameters, examples, and response schemas.

Open docs →

Getting Started Guide

Your first API call in under 5 minutes.

Read guide →

Slack Community

Ask questions and get help from other Blackfyre API users.

Join Slack →
Quick Reference

Pass your API key as a Bearer token on every request:

$ curl -H "Authorization: Bearer bk_live_YOUR_KEY" \
     https://api.blackfyre.ai/v1/opportunities?wired_min=7

Python:

import requests
headers = {"Authorization": "Bearer bk_live_YOUR_KEY"}
r = requests.get("https://api.blackfyre.ai/v1/intelligence/fy-surge", headers=headers)
print(r.json())

Node.js:

const r = await fetch('https://api.blackfyre.ai/v1/opportunities/OPP_ID/pwin?vendor_cage=CAGE', {
  headers: { 'Authorization': `Bearer bk_live_YOUR_KEY` }
});
const data = await r.json();
Your Tickets
Loading…
Submit a New Ticket
Ticket submitted. We'll respond within your tier SLA.