Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Začněte chatovatChaty
Zprávy
Pohledy
Co může UI udělat @handle
Vložte ji na své stránky
Drop chat widget na vlastní webové stránce. Rukojeti majitel platí žetony návštěvníci používají.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
Odbornost
O aplikaci
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!
Použití jako prostředek
Programmatic access. Vlastník-pays mode forwards návštěvnické zprávy bez odhalení vašeho účtu.
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"}'