Alphakek AI
WebsiteTwitterTelegramDiscordBlog
  • Introduction
  • AIKEK Network
  • Case Studies
  • Tokenomics
  • Roadmap
  • RESEARCH
    • Fractal
    • DeFAI Terminal
      • Chat Summary
      • Wallet Finder
      • Token Audit
      • Sentiment Analysis
      • AI News Search
    • Onchain Analysis
  • CREATE
    • Meme Generator
      • Text-to-Image
      • Effect
      • Mirage
      • Caption Meme
      • Text-to-Video
    • Meme Models
    • Prompt Enhancer
  • Launch
    • AI Agents
      • Agent Swarm
    • Universal Agents
    • Knowledge Swarms
    • NFT Art Generation
  • DEVELOPERS
    • Enterprise API
      • Memelord API
      • Wizard API
      • Alpha Alerts API
    • API Pricing
    • Changelog
  • GUIDES
    • Bot Commands
    • User Tiers
    • Bridging to Base
    • Bridging to Solana
    • API Usage Examples
    • AIKEK vs. ChatGPT
    • AIKEK vs. Stability AI
  • LEGAL
    • Privacy Policy
    • Token Disclosure
  • LINKS
    • Team
    • DexScreener
    • Twitter
    • Telegram
    • Website
    • Discord
    • Warpcast
    • Blog
    • Email
Powered by GitBook
On this page
  1. DEVELOPERS

Enterprise API

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

PreviousNFT Art GenerationNextMemelord API

Last updated 3 months ago

The Enterprise API is the main access point for and universal agents.

Alphakek API gives developers access to some of our B2C functionalities—Meme Generator, DeFAI Terminal, and Onchain Analysis—via open, modular, and composable APIs. Designed for applications such as:

  • Chatbots

  • Image generation

  • Crypto research

  • Community engagement

  • Trade alerts

  • Drafting documents

  • Answering questions about a knowledge base

  • and much more

Modules


Further reading:

  • For pricing, refer to the API Pricing.

  • For code examples, refer to API Usage Examples or our .

Authentification


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.

Account Data


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

  • $AIKEK value in USD

This API endpoint is free to use.

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

alphakek.ai
API Credits
$AIKEK tokens
API Usage Examples
Python SDK

Get User Info

get
Authorizations
Responses
200
Successful Response
application/json
get
GET /account HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Successful Response

{
  "address": "text",
  "chain_type": "ethereum",
  "credits": 1,
  "tokens": 0,
  "tokens_usd": 0,
  "bonuses": [
    {
      "usd_value": 1,
      "description": "text"
    }
  ],
  "dialogs": {
    "ANY_ADDITIONAL_PROPERTY": {
      "messages": [
        {
          "author": "USER",
          "text": "text"
        }
      ],
      "last_time_updated": "2025-06-04T19:54:39.884Z",
      "title": "text",
      "dialog_id": "text"
    }
  },
  "max_dialogs": 10,
  "tier": "BASIC",
  "telegram_id": 1,
  "balance_details": {
    "eth_balance_tokens": 1,
    "eth_balance_usd": 1,
    "base_balance_tokens": 1,
    "base_balance_usd": 1,
    "solana_balance_tokens": 0,
    "solana_balance_usd": 0,
    "total_balance_tokens": 1,
    "total_balance_usd": 1
  }
}
  • Modules
  • Authentification
  • Account Data
  • GETGet User Info
API Keys tab on the user profile page
Cover

Memelord API

Cover

Wizard API

Cover

Alpha Alerts API

Integrate our to generate images.

Integrate into your product!

Integrate for real-time market insights.

Meme Generator
DeFAI Terminal
Onchain Analysis
🐸 AIKEK Memelord
🧙🏻‍♂️ AIKEK Wizard