tl> Ano ang isang @handle AI ay maaaring gawin
> I-embed ito sa iyong site
> I-drop ang isang chat widget sa iyong sariling website. Ang may-ari ng handle nagbabayad ng mga token ng mga bisita gamitin.
<script src="https://free.ai/embed.js" data-handle="@yourhandle"></script>
<div id="freeai-chat"></div>
Kadalubhasaan
Tungkol sa
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!
> Gamitin bilang isang ahente
> Programmatic access. Owner-pays mode forwards bisita mensahe nang hindi nagpapakita ng iyong account.
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"}'