iNwealth

Smarter wealth strategies with AI
17 jurisdictions. 6 languages. One API

For Wealth Managers, Private Banks, Fintechs, Family Offices

Ready to integrate? → API Docs | [Contact us]

Award-winning: Best Wealth Planning Initiative | Best WealthTech Legal & Tax | AI innovation Award — 2025

How it works

One API call. Expert-grade wealth intelligence in seconds. »

Send a question

Ask in any language about any jurisdiction

AI analyzes

Cross-references legislation, tax treaties & case law

Get a sourced answer

Streaming response with cited sources

Key Features

Built for wealth professionals who need accurate, sourced answers — fast.

Multi-jurisdiction

17 countries covered. The agent adapts to local legislation, tax treaties, and cross-border rules.

Multilingual

6 languages. Ask in any language, get answers in another. Residence and language are independent.

Streaming

Real-time SSE response, token by token. Display answers as they arrive — no waiting.

Deep reasoning

Extended thinking mode for complex scenarios. The agent reasons step-by-step before answering.

One endpoint. That’s it.

Ready to integrate? → API Docs | [Contact us]

                                                                                                                        
  curl --request POST \                                                                                                  
                                                                                                                                                             
    --url https://api.inwealth.fr/api/agent \                                                                            
    --header 'Authorization: Bearer sk_live_...' \                                                                       
    --header 'Content-Type: application/json' \                                                                          
    --data '{                                                                                                                   
      "messages": [                                                                                                                                          
        {"role": "user", "content": "user query"}                                                                                                            
      ],                                                                                                                                                     
      "session_id": "demo-001",                                                                                                                              
      "residence": "fr",                                                                                                                                     
      "language": "en",                                                                                                                                      
      "extended_thinking": true,                                                                                                                             
      "effort": "high"                                                                                                                                       
    }'