Getting Started

Learn how to get started with Lesan AI services in minutes.

Welcome to Lesan AI! This guide will help you get started with our API in just a few minutes.

Prerequisites

  • A Lesan AI account
  • An API key (see Authentication)
  • Basic knowledge of HTTP requests

Quick Start

The fastest way to get started is to make a simple API call:

curl https://api.lesan.ai/health \
  -H "Authorization: Bearer YOUR_API_KEY"

Next Steps