LogoLogo
IntroInstalling Dashboard
  • 🌐Distribute
    • Introducing DistributeAI
    • FAQ
  • 🪙Distribute For $DIS
    • Tokenomics
    • Important Addresses
      • Mint Address
      • Multi Sigs and Escrow
    • DIS Alpha Airdrop
  • DIS Beta Rewards Phase
  • 🏢Distribute For Enterprise
    • Enterprise Inference API
      • Authentication
      • Billing
        • Text To Text
        • Text To Image
        • Text To Speech
      • OpenAI Compatible API
        • Images
          • Generations
        • Chat
          • Completions
        • Audio
          • Speech
      • Async API
        • Chat
          • Chat Create
          • Chat Result
        • Images
          • Images Create
          • Images Result
        • Speech
          • Speech Create
          • Speech Result
    • Enterprise Compute Providers
  • 🖥️Distribute For Inference Providers
    • Chrome Extension
      • Installing Extension
        • Enabling Chrome Flags
        • Chrome GPU Setup Guide
      • Updating the Extension
    • Desktop App
      • Installing Desktop App
      • Desktop App Debugging
        • Windows Debugging
        • MacOS Debugging
        • Linux Debugging
      • Desktop System Requirements
  • 📱Distribute For Consumers
    • Distribute.ai Discord Bot
      • Adding the bot to a server
      • Adding the bot as a user app
      • Bot Commands
      • Generation Buttons
      • Prompting Guide
    • Distribute.ai Dashboard
      • Statistics
      • Referrals
      • Account Settings
Powered by GitBook
On this page
  1. Distribute For Enterprise
  2. Enterprise Inference API
  3. Async API

Images

PreviousChat ResultNextImages Create

Last updated 1 month ago

The Asynchronous Image Generation API enables non-blocking image creation from text prompts by allowing tasks to be queued and retrieved later. Submit a generation request via POST, and receive a task ID to poll or fetch the result once it's ready. This is ideal for high-throughput applications, user-submitted batch jobs, or environments where immediate responses aren’t practical. It ensures scalability, reliability, and flexibility for integrating advanced image generation into your workflows.

🏢
Images Create
Images Result