Documentation
Build with Rexxon AI.
Guides, references and best practices for getting the most from the platform.
Getting started
Set up your workspace and connect your first sources.
Signals
Define what matters, route it where it matters.
Intelligence
Daily briefings, account research and industry pulse.
Admin
Identity, permissions and audit controls.
API reference
Build on top of Rexxon's intelligence layer.
Quickstart
Fetch your first signal in under a minute.
A single REST call returns enriched, source-cited intelligence for any company in your workspace.
curl https://api.rexxon.ai/v1/signals \
-H "Authorization: Bearer $REXXON_API_KEY" \
-G --data-urlencode "company=acme.com" \
--data-urlencode "window=7d"
{
"company": "Acme, Inc.",
"signals": [
{ "type": "hiring", "score": 0.92, "summary": "..." },
{ "type": "funding", "score": 0.81, "summary": "..." }
]
}Can't find what you need?
Our team replies in under 2 business hours.