Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
Započni razgovorČavrljanje
Poruke
Pogledi
Što @handleAI može učiniti
Ugradite ga na vašu stranicu
Bacite grafički element za razgovor na vlastitu web stranicu. Vlasnik ručke plaća žetone koji posjetitelji koriste.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
Stručnost
O programu
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!
Koristi kao agent
Programmatski pristup. Vlasnik-plaća način proslijeđuje poruke posjetitelja bez razotkrivanja vašeg računa.
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"}'