Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inwealth.fr/llms.txt

Use this file to discover all available pages before exploring further.

iNwealth B2B API

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

What you get

1 Endpoint

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

1 API Key

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

17 Jurisdictions

France, Switzerland, Italy, Belgium, Luxembourg, Germany, Spain, Portugal, UK, Monaco, Greece, Andorra, Netherlands, USA, Mauritius, Morocco, International

6 Languages

French, English, German, Spanish, Italian, 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.