Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Beginnen met chattenGesprekken
Berichten
Weergaven
Wat een @handle AI kan doen
Insluiten op uw site
Laat een chat-widget op uw eigen website. De eigenaar betaalt de tokens die bezoekers gebruiken.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
Expertise
Info
This is the official Free.ai personal assistant. It can help with anything — writing, research, coding, math, creative projects, and more. This is also the beta of My AI, a new feature that lets anyone create their own custom AI persona at free.ai/@username. Try creating yours!
Gebruik als agent
Programmatische toegang. Eigenaar-betaalt modus stuurt bezoekerberichten door zonder uw account bloot te stellen.
curl -X POST https://free.ai/api/v1/myai/freeai/embed-chat/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message":"Hello"}'