Skip to content
Docs menu

Get started

Introduction

On this page
you.bot is a single API for video, image, audio and chat models — one key, one credit balance, many models.

The mental model

You create a task for a model, then either poll it or receive a webhook when it finishes. Chat/LLM models return their answer in the same response; media models (image, video, audio) run asynchronously and return a task id you poll.

  • Create — POST /api/v1/generate with your API key, a modelId, and the model's input.
  • Wait — poll GET /api/v1/task/{id}, or pass a callbackUrl to be notified.
  • Read — the finished task returns result URLs served from our own domain.
Your key stays server-side. Credits are debited when a task is accepted and automatically refunded if a media task fails to produce a result.

Base URL

text
https://you.bot

Browse every model on the Market, and open any model's Playground to try it and copy ready-made code in your language.