Home/Documentation

Quick Start

Get up and running with Lexu in under 5 minutes.

1
Create an account
Sign up at lexu.io — free tier includes 50 credits/month.
2
Get your session token
Log in and use the session cookie, or use the Supabase auth token from the dashboard.
3
Make your first request
Use any of the generate endpoints with your prompt.
bash
curl -X POST https://www.lexu.io/api/generate/image \
  -H "Content-Type: application/json" \
  -b "your-session-cookie" \
  -d '{
    "prompt": "A futuristic city at golden hour, ultra-realistic",
    "model": "Seedream 5.0"
  }'