Skip to main content

iNwealth B2B API

The iNwealth API gives enterprise clients direct access to our AI-powered tax advisory agent. Embed expert fiscal intelligence into your own application — white-label, real-time, multilingual.

What you get

1 Endpoint

POST /api/agent — streaming SSE response with sourced fiscal answers

1 API Key

sk_live_xxxx... — SHA-256 hashed, shown once at generation

17 Jurisdictions

France, Switzerland, Luxembourg, Belgium, Monaco, and 12 more

6 Languages

French, English, German, Italian, Spanish, Portuguese

Base URL

https://api.inwealth.fr

Quick start

curl -X POST https://api.inwealth.fr/api/agent \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk_live_your_key_here" \
  -d '{
    "messages": [{"role": "user", "content": "Tax advantages of PER in France?"}],
    "session_id": "session-001"
  }'
The response is a streaming SSE (Server-Sent Events) flow with real-time text fragments.