# Developer API

{% hint style="info" %}
The Enterprise API is the main access point for [Universal Agents](/launch/universal-agents.md#aikek-memelord) and [Universal Agents](/launch/universal-agents.md#aikek-wizard) universal agents.
{% endhint %}

Alphakek API gives developers access to some of our B2C functionalities, [Meme Generator](/create/meme-generator.md) and [AI Playground](/research/ai-playground.md), 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="/pages/lSIe98ommNGvC5gE4glV">/pages/lSIe98ommNGvC5gE4glV</a> to generate images.</td><td></td><td><a href="/pages/hFVHEubxEw5XZpKT0ZtG">/pages/hFVHEubxEw5XZpKT0ZtG</a></td><td><a href="/files/HuY3HcFJQ4WmFLkv8D0P">/files/HuY3HcFJQ4WmFLkv8D0P</a></td></tr><tr><td><strong>Wizard API</strong></td><td>Integrate <a data-mention href="/pages/jpSjmnWYnD7lThFbF902">/pages/jpSjmnWYnD7lThFbF902</a> into your product!</td><td></td><td><a href="/pages/EPamw3vIwhTifQFqanmj">/pages/EPamw3vIwhTifQFqanmj</a></td><td><a href="/files/kqRtRVDb6Qus4QWpDGga">/files/kqRtRVDb6Qus4QWpDGga</a></td></tr></tbody></table>

Further reading:

* For pricing, refer to the [API Pricing](/developers/api-pricing.md).
* For code examples, refer to [API Usage Examples](/developers/api-usage-examples.md) 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="/files/se5Fqjx6kttBuQN3EEM9" 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](/developers/api-pricing.md)
* [$AIKEK tokens](/tokenomics.md)
* $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="/pages/rGRrhRvj2BZTVn8ueTRj" %}
[API Usage Examples](/developers/api-usage-examples.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.alphakek.ai/developers/developer-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
