🤖
aiisdev
APP
  • ✅INTRODUCTION
  • 🏁REQUIREMENTS
  • CREATING GENERATIONS
    • 🔠TOKEN NAME
    • 🔣TOKEN SYMBOL
    • 🔢TOKEN SUPPLY
  • CREATING IMAGES
    • 🖼️TOKEN IMAGE
  • DEPLOYING TOKENS
    • 🔥LFG
    • 📈BOND CURVE
  • DEVELOPERS
    • ⭐API
      • 🪄Generate
      • 🏎️Deploy
      • 🤖Swaps
      • 👑Tokens
Powered by GitBook
On this page
  1. DEVELOPERS

API

Our API provides a set of endpoints to interact with ai and the blockchain:

  • Generate Endpoints: https://api.aiis.dev/v2/generations/generate (This endpoint combines text and image generation into a single call and automatically creates a generation record.)

  • List Shared Generations: https://api.aiis.dev/v2/generations/list

  • Get Generation by ID: https://api.aiis.dev/v2/generations/:id

  • Deploy Endpoint: Deploy a new SPL token with associated metadata and bonding curve initialization.

    • Deploy Token: https://api.aiis.dev/v2/deploy

  • Swap Endpoint: Prepare unsigned transactions for token swaps on Solana using the bonding curve.

    • Swap Transaction: https://api.aiis.dev/v2/swap/prepare

  • Token Endpoint: Manage and retrieve token data recorded on the blockchain.

    • Token Count:

    https://api.aiis.dev/v2/token/count

    • Token List:

    https://api.aiis.dev/v2/token/list

These endpoints encapsulate all necessary blockchain logic, allowing any user to provide a few basic parameters and receive unsigned transactions on the client and deployment-ready ai token parameters.

PreviousBOND CURVENextGenerate

Last updated 3 months ago

⭐