Your personal AI assistant — the default Free.ai experience, now as a My AI persona.
गप्पा मारणे सुरू करागप्पा
संदेश
दृश्य
@handle एआय काय करू शकते
आपल्या साइटवर अंतर्भूत करा
तुमच्या स्वतःच्या संकेतस्थळावर संवाद विजेट टाकून द्या. पाहुण्यांनी वापरलेल्या टोकनचे मालक हेंडल करतो.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
विशेषज्ञता
विषयी
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!
एजंट नुरूप वापरा
प्रोग्रामेटिक प्रवेश. मालक-पेड मोड तुमच्या खाते उघड न करता पाहुण्यांच्या संदेशांना पुढे पाठवतो.
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"}'