Bu sayfayı kendi dilinde görüntüleyebilirsin.Değiştir
Du kannst diese Seite in deiner Sprache ansehen.Wechseln
Puedes ver esta página en tu idioma.Cambiar
Tu peux consulter cette page dans ta langue.Changer
Puoi vedere questa pagina nella tua lingua.Cambia
Je kunt deze pagina in je eigen taal bekijken.Wisselen
Możesz zobaczyć tę stronę w swoim języku.Zmień
Du kan se den här sidan på ditt eget språk.Byt
Você pode ver esta página no seu idioma.Trocar
आप यह पेज अपनी भाषा में देख सकते हैं।बदलें
Kamu bisa melihat halaman ini dalam bahasamu.Ganti
이 페이지를 사용하는 언어로 볼 수 있어요.바꾸기
このページはあなたの言語で表示できます。切り替える
يمكنك عرض هذه الصفحة بلغتك.تغيير
New here?

We use cookies

Cookies and browser storage help this site work and, if you allow it, measure how it is used. You can at any time. Learn more in our cookie policy.

Developers

Bring the assistant to your app, your MCP client or your website. Every door costs the same as the chat app.

Start in 3 steps

  1. 1

    Create your key

    Get an API key under Profile → Developer. The key acts as your account.

    Manage API keys →
  2. 2

    Try it here

    In the playground below, pick an endpoint, paste your key and hit Test.

    Playground →
  3. 3

    Add it to your code

    Copy the ready cURL, JavaScript or Python snippet; see the tabs for MCP and the widget.

    Documentation →

Playground

Pick an endpoint, fill in the parameters and hit Test. Requests are real; copy the code as-is.

POST/api/v1/conversations

Start a conversation: { text, locale?, model?, tools? } — use tools to create images, video, music or speech.

Headers
Body
tools
Leave empty to let the assistant decide. Video and music render in the background; read the conversation for the result.
Real request: the message cost is charged to your credits. (1 credit)
Code
curl -X POST "https://yapayzeka.my/api/v1/conversations" \
  -H "Authorization: Bearer sk_..." \
  -H "Content-Type: application/json" \
  -d '{"text":"…","locale":"en"}'

Response body

The response will appear here.

Documentation

Chat widget

Add an assistant that opens in the bottom corner of your site. Create a widget under Profile → Developer, list your site’s address and paste the code into your page.

  1. Create a widget below and set its colour, starter questions and hidden prompt.
  2. Save and try it in the live preview on the right.
  3. Add your site’s address to the allowed list and paste the embed code into your page.
<script src="https://yapayzeka.my/embed.js" data-widget="your-widget-id" data-lang="en" async></script>

Options: data-lang (language), data-color (button colour such as #2563eb), data-position="left" (bottom-left corner).

Each visitor message is charged to your credits. The widget only opens on allowed addresses; its chats are listed in your profile and stay private.

Create widget