> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bizyair.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Get started with BizyAir on the Web in three steps: create an account, choose a template, and start creating.

## Web Quickstart in 3 Steps

<Steps>
  <Step title="Create an Account">
    Visit [bizyair.ai](https://bizyair.ai) to register. Google login is supported.
  </Step>

  <Step title="Choose a Template">
    Go to **Quick Create**, select a modality, choose a model, enter your prompt, and click Generate. Or start from a template in **Online ComfyUI**. Or pick a template in **AI Apps** and fill in the form.
  </Step>

  <Step title="Complete Your Creation">
    Enter the parameters and run to generate your output.
  </Step>
</Steps>

## API Quickstart in 3 Steps

<Steps>
  <Step title="Get Your API Key">
    Log in to bizyair.ai, go to User Center, open API Keys, and generate a 48-character key.
  </Step>

  <Step title="Submit a Task">
    Send a POST request to the model endpoint to receive a `request_id`.
  </Step>

  <Step title="Poll for Results">
    Use the `request_id` to poll task status. Once complete, retrieve the result URL from the `outputs` field.
  </Step>
</Steps>

An active account balance is required to run tasks. New accounts receive complimentary credits upon registration.
