webhookDeveloper API

AI-as-a-Service for your tools and applications.

circle-info

The Enterprise API is the main access point for 🐸 AIKEK Memelord and 🧙🏻‍♂️ AIKEK Wizard universal agents.

Alphakek API gives developers access to some of our B2C functionalities, Meme Generator and AI Playground, via open, modular, and composable APIs. Designed for applications such as agents, chatbots, crypto research, image generation, trade alerts, and more.

Modules


Further reading:

Authentification


To start using the API, the user must first obtain the access token. After logging in with Metamask or WalletConnect on alphakek.aiarrow-up-right, open the API Keys tab on the user profile page.

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.

API Keys tab on the user profile page

Account Data


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

This API endpoint is free to use.

Get User Info

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful Response

application/json
addressstringRequired

User's Ethereum address in lowercase (or Solana public key)

chain_typestring · enumOptional

User's chain type

Default: ethereumPossible values:
creditsnumberRequired
tokensnumberOptional

User's tokens balance

Default: 0
tokens_usdnumberOptional

User's tokens balance in USD

Default: 0
max_dialogsintegerOptional

Maximum number of dialogs per user

Default: 10
tierstring · enumOptional

User tier

Default: BASICPossible values:
telegram_idany ofOptional

User's Telegram ID

integerOptional
or
nullOptional
balance_detailsany ofOptional

User's token balance details

or
nullOptional
last_credits_awarded_atany ofOptional

UTC timestamp when credits were last awarded

string · date-timeOptional
or
nullOptional
get
/account
200

Successful Response

rectangle-terminalAPI Usage Exampleschevron-right

Last updated