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
Create your key
Get an API key under Profile → Developer. The key acts as your account.
Manage API keys → - 2
Try it here
In the playground below, pick an endpoint, paste your key and hit Test.
Playground → - 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.
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
Credit costs
API, MCP and widget spend from the same credit balance as the chat app, at the same price.
| Action | Cost |
|---|---|
| Message (question + answer) | 1 credit |
| Search the web | 1 credit |
| Summarise a file | 1 credit |
| Create an image | 3 credits |
| Edit an image | 3 credits |
| Create a videoPro | 10 credits / second |
| Create musicPro | 5 credits |
| Transcribe audio | 1 credit |
| Read text aloud | 1 credit |
| Analyse image | 1 credit |
| Analyse video | 1 credit |
| Analyse audio | 1 credit |
A tool is charged only when it is actually called. Audio and analysis tools are billed by real usage; the number shown is the minimum. Credits are refunded if no answer is produced.