# Developer API

{% hint style="info" %}
The Enterprise API is the main access point for [#aikek-memelord](https://docs.alphakek.ai/launch/universal-agents#aikek-memelord "mention") and [#aikek-wizard](https://docs.alphakek.ai/launch/universal-agents#aikek-wizard "mention") universal agents.
{% endhint %}

Alphakek API gives developers access to some of our B2C functionalities, [meme-generator](https://docs.alphakek.ai/create/meme-generator "mention") and [ai-playground](https://docs.alphakek.ai/research/ai-playground "mention"), via open, modular, and composable APIs. Designed for applications such as agents, chatbots, crypto research, image generation, trade alerts, and more.

## Modules

***

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Memelord API</strong></td><td>Integrate our <a data-mention href="../create/meme-generator">meme-generator</a> to generate images.</td><td></td><td><a href="memelord-api">memelord-api</a></td><td><a href="https://1848060412-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSO2Zvs9aj5evVm1aZjg6%2Fuploads%2Fl9qwG6t7cWc7aI3KWejI%2Fcard_alpha_visuals.png?alt=media&#x26;token=1ac245b8-9c71-49e9-8762-89a66bb7d365">card_alpha_visuals.png</a></td></tr><tr><td><strong>Wizard API</strong></td><td>Integrate <a data-mention href="../research/ai-playground">ai-playground</a> into your product!</td><td></td><td><a href="wizard-api">wizard-api</a></td><td><a href="https://1848060412-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSO2Zvs9aj5evVm1aZjg6%2Fuploads%2FGTWUnoCSiM64XbC5oWhK%2Fcard_chat_api.png?alt=media&#x26;token=e26e63c6-61c4-4700-9c63-f873dcf33874">card_chat_api.png</a></td></tr></tbody></table>

Further reading:

* For pricing, refer to the [api-pricing](https://docs.alphakek.ai/developers/api-pricing "mention").
* For code examples, refer to [api-usage-examples](https://docs.alphakek.ai/developers/api-usage-examples "mention") or our [Python SDK](https://github.com/alphakek-ai/sdk).

## Authentification

***

To start using the API, the user must first obtain the access token. After logging in with Metamask or WalletConnect on [alphakek.ai](https://www.alphakek.ai/), open the API Keys tab on the user profile page.&#x20;

Note that the newly created token will never be shown on the screen. Instead, it will be copied to the copy buffer immediately for security reasons.

<figure><img src="https://1848060412-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSO2Zvs9aj5evVm1aZjg6%2Fuploads%2F2DuamDGW2IDjKKR6Dz1T%2Fimage.png?alt=media&#x26;token=05ad635e-fb43-46ae-ad4e-a48d69b6e76c" alt=""><figcaption><p>API Keys tab on the user profile page</p></figcaption></figure>

## Account Data

***

The `/account` endpoint allows users to see their current balances of:

* [API Credits](https://docs.alphakek.ai/developers/api-pricing)
* [$AIKEK tokens](https://docs.alphakek.ai/tokenomics)
* $AIKEK value in USD

This API endpoint is free to use.

{% openapi src="<https://api.alphakek.ai/openapi.json>" path="/account" method="get" expanded="false" fullWidth="false" %}
<https://api.alphakek.ai/openapi.json>
{% endopenapi %}

{% content-ref url="api-usage-examples" %}
[api-usage-examples](https://docs.alphakek.ai/developers/api-usage-examples)
{% endcontent-ref %}
