Docs · API v1
Build on Veloxiz
Connect sources, score business gaps, and pull opportunity briefs - via REST.
Quickstart
01
Get an API key
Request access - we’ll issue a workspace key.
02
Connect sources
CRM, analytics, or upload a market sheet.
03
Pull gaps
GET /v1/gaps returns ranked opportunities.
04
Act & feedback
Approve or dismiss - scoring gets sharper.
Authentication
Pass your workspace key in the Authorization header. All requests use https://api.veloxiz.ai.
curl https://api.veloxiz.ai/v1/gaps \ -H "Authorization: Bearer vx_live_..." \ -H "Content-Type: application/json"
Example
Ask for a gap brief
Natural language in. Ranked opportunities out - with estimated impact.
Request API accessPOST /v1/briefs/ask
{
"query": "Where are we losing
mid-market SaaS deals?",
"limit": 5
}
→ gaps[] with impact, evidence,
confidence, next_moveAPI reference
POST
/v1/sourcesConnect a data source (CRM, warehouse, sheet)
GET
/v1/gapsList ranked business gaps for your workspace
GET
/v1/gaps/{id}Full brief - evidence, impact, next move
POST
/v1/briefs/askAsk a natural-language market question
POST
/v1/gaps/{id}/feedbackApprove or dismiss a gap (trains scoring)
GET
/v1/briefs/latestFetch the latest weekly opportunity brief
Need a workspace key?
We’ll provision access and walk your first gap brief with you.