B2B data intelligence API

One key.
All the data you need.

Stop stitching together Hunter + Clearbit + Apollo. One API call returns company intelligence, contact profiles, email candidates, and growth signals — structured JSON, every time.

100 free credits No credit card RESTful JSON Under 2 seconds GDPR-safe
Get free API key → View API docs

Input — what you send
Company enrichment · 5 credits per call
Output — what you get back
Hit "Run API call" to see the response

Company enrichment
Industry, size, HQ, tech stack, business model, value proposition, and growth signals from any domain.
5 credits · ~2 seconds
Email finder
Returns 3–5 email candidates with confidence scores. Top candidate is correct ~85% of the time.
3 credits · <1 second
People enrichment
Title, seniority, department, career stage, and likely skills from a name and company domain.
5 credits · ~1.5 seconds
Email verification
MX record check, mailbox existence, catch-all detection, and disposable address filtering.
1 credit · <500ms
Signal detection
Hiring velocity, funding events, product launches, and market expansion signals for any company.
4 credits · ~2 seconds
Tech stack detection
Identify the full technology stack of any company — CRM, analytics, infrastructure, and more.
3 credits · ~1 second

Free
$0 / month
100 credits
All 6 endpoints
30 calls / min
No SLA
Starter
$49 / month
5,000 credits
All 6 endpoints
60 calls / min
Email support
Scale
$499 / month
100,000 credits
SLA guarantee
Dedicated support
Custom rate limits

1 credit = 1 API operation. Company enrichment = 5 credits. Email find = 3 credits. Email verify = 1 credit.


Your keys stay yours.
We return data, not instructions.

Recent research has highlighted risks in LLM supply chains. Here is exactly how API ONE is built — and why those risks do not apply here.

API key security — industry standard
Same approach as GitHub personal access tokens and Stripe secret keys

API keys are generated using a cryptographically secure random generator producing 190 bits of entropy. The key is shown to you once at creation. Only a SHA-256 hash of the key is stored in our database — we cannot recover your key, and a database breach exposes no usable credentials.

// What we store in the database — a hash, never the raw key
{
"keyValue": "e3b0c44298fc1c149afbf4c8996fb924..." // SHA-256 hash — 64 hex chars
"keyPrefix": "ak_live_k7x9p2" // visible in dashboard for identification only
}
// What you receive — exactly once, at creation
{
"api_key": "ak_live_k7x9p2m4n8q1r3s5t7u9v2w4x6y8z0a1b2c3d4"
"message": "Copy this key now. It will not be shown again."
}
TLS 1.3 on all domains

Every request to apione.store, api.apione.store, and www.apione.store is encrypted with TLS 1.3 / AES-256-GCM — the strongest available cipher suite. Your keys in transit are never exposed.

Query data never logged

The domain, company name, email, or any input you send us is never written to persistent storage. We log only endpoint name, credits used, and status code — nothing about the data itself.

AI processed, never exposed

Our proprietary intelligence layer runs entirely within our own backend infrastructure. Your provider keys are never involved. You call our API — we process the intelligence — you receive clean structured data.

How a request flows — no intermediaries
Your app
POST /v1/companies/enrich
API ONE backend
TLS 1.3 · hash verified
Proprietary AI layer
internal — not exposed
Structured JSON
data only — no tool calls

API ONE is not an LLM router. We do not relay your requests to a third-party model provider. We do not inject tool_calls into responses. We return B2B intelligence data — company profiles, people records, email candidates — as plain JSON. Your application reads it as data, not as instructions to execute.

SHA-256 key hashing TLS 1.3 / AES-256-GCM 190-bit entropy keys No query logging No LLM routing No tool call injection GDPR compliant by design

Every endpoint you need

RESTful, versioned, consistently structured. Every response includes request_id, credits_used, and data.

Method Endpoint Description Credits
POST /api/v1/companies/enrich Full company profile — industry, headcount, funding, tech stack, competitors ⚡ 5
POST /api/v1/people/enrich Professional profile from email or name — title, seniority, employment history ⚡ 4
POST /api/v1/email/find Find professional email from name + domain with confidence scoring ⚡ 3
POST /api/v1/tech/detect Detect full technology stack used by any company domain ⚡ 3
POST /api/v1/signals/news Recent news, funding, hiring signals and buying intent score ⚡ 4
POST /api/v1/people/search Search professionals by company, title, seniority, department ⚡ 3–15
Full API reference → Authentication guide →