Platform
Developer Platform
Build on Arvexi
REST APIs for every module. Webhooks for real-time events. Connect your financial close to anything.
0+
API endpoints across 5 modules
POST /api/v1/cortex/investigate
Authorization: Bearer sk_live_...
Content-Type: application/json
{
"accountId": "acc_IC_receivable_europe",
"depth": "FULL",
"period": "2026-03"
}API Reference
One API, every module
Five domain-specific APIs that share authentication, pagination, and error handling. Every endpoint returns JSON, supports filtering, and includes rate limit headers.
Reconciliation
Import data, trigger auto-reconciliation, manage sign-off workflows.
Close & Consolidation
Manage close periods, run consolidation, handle entity certification.
Cortex
Trigger AI investigations, retrieve findings, manage confidence scoring.
Data Integration
SFTP connections, import profiles, scheduled jobs, file fingerprinting.
Webhooks
Real-time notifications for close events, investigations, and import status.
Developer experience
Ship in a day
Real workflows, not toy examples. Trigger investigations, import trial balances, and subscribe to close events with a few lines of code.
import arvexi
# Trigger a full investigation on a specific account
investigation = arvexi.cortex.investigate(
account_id="acc_ar_north_america",
depth="FULL"
)
print(f"Risk: {investigation.risk}")
print(f"Findings: {len(investigation.findings)}")
print(f"Items created: {investigation.items_created}")Built for enterprise
Built for enterprise developers
OAuth 2.0 & API Keys
Secure authentication with role-based access control. Every request is tenant-isolated. Scoped tokens for read-only, write, or admin access.
Webhooks for everything
Real-time notifications for close events, investigation findings, and import status. HMAC-signed payloads. Automatic retries with exponential backoff.
Idempotent by default
Every write endpoint accepts an idempotency key. Safely retry any request. Built for distributed systems and unreliable networks.
Works with your existing stack
Ready to build on Arvexi?
Read the documentation, get your API key, or talk to our engineering team.
Read the Documentation