QX Labs

A unified API to call custom agents and data

Trigger workflows, run grids, query agents and pull enriched data straight from your own apps and back-end systems. Everything you build in QX is accessible over a clean REST API.
Start for free
API Docs

Get company

Retrieve detailed information about a company by domain name.

Request

curl -X GET "https://api.qxlabs.com/v1/company/acme.com" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Response

{
  "company_id": "comp_7x9k2m4n8p1q",
  "company_name": "Acme Corporation",
  "website": "https://acme.com",
  "country": "United States",
  "city": "San Francisco",
  "year_founded": 2015,
  "employees": 1250,
  "financials": [
    {
      "year": 2023,
      "revenue": 125000000,
      "ebitda": 28500000,
      "net_income": 18200000,
      "revenue_growth": 0.24
    }
  ],
  "funding_rounds": [
    {
      "round_name": "Series C",
      "amount": 75000000,
      "type": "Venture Capital",
      "date": "2023-03-15",
      "lead_investor": "Sequoia Capital"
    }
  ]
}

An API for the way you build today: enrichment, automations, scoring and research

Enrich Data

Pull enriched data into your stack

Sync fresh, structured data into your CRM, internal app or data warehouse. The QX API can fetch from public sources, your connected integrations, and our proprietary index of >1 billion data points on companies and people.

GET/v1/company/acme.com
Company Info
Financials
Investors
Products
Business Model
200 OK
Query Agents

Run agents and researchers via API

Kick off long-running research jobs or custom agents and stream the results back to your app. Agents adhere to custom instructions, reason over your data, and interact with any of the 1,000+ connected apps you've configured.

Learn more about Agents
POST/v1/research
Ready
{
company_name: 'Acme Inc',
website: 'acme.com'
}
Acme Inc Report

Acme Inc has shown strong financial performance with consistent revenue growth of 20-30% YoY since 2020.

Revenue$2.4M
Growth+23%
Net Income$1.1M
Trigger Workflows

Run flows programmatically

Trigger any flow you've built in QX from your own code. Pass inputs, get structured outputs, and let QX handle the orchestration across 1,000+ integrations.

Learn more about Flows
POST/v1/flow?id=123
Running workflow...
Score & Rank

Score, rank and triage at scale

Run any rubric or scoring agent you've defined in QX against new inputs. Search, filter and rank by score from your own apps, or wire scoring into your data pipeline.

Learn more about Grids
GET/v1/scores/acme.com
?model=123
Ready

Computing scores for Acme Inc...

Acme Inc Scores
Revenue Quality: 4.3
Business Model: 4.0
Market Cyclicality: 3.5
Industry Fit: 3.9

Embed agents anywhere