Documentation

Get Started with Leqa Today

Complete guide to using Leqa for creating and managing interactive question flows. Learn everything you need to know to get started.

Quick Start Guide

Get started in minutes with this quick guide

1️⃣

Create Account

Sign up for a new account or log in to your existing account

2️⃣

Create Flow

Create a new flow and add your questions

3️⃣

Enable Public Access

Enable public access and get your share link

4️⃣

Share Flow

Share the link with users and start collecting responses

Documentation Sections

Explore all available topics and resources

🚀

Getting Started

Learn the basics of Leqa and how to create your first flow. A comprehensive guide for beginners.

  • Account creation
  • First flow creation
  • Adding questions
  • Publishing flows
Read More
📝

Creating Flows

Complete guide to creating and managing advanced question flows with branching and validation.

  • Question types
  • Conditional branching
  • Data validation
  • Question ordering
Read More
🌐

Embedding

Learn how to embed flows on your own website using iframe or JavaScript.

  • Iframe embedding
  • JavaScript embedding
  • Customization
  • Security
Read More
🔌

API Reference

Complete API reference with examples and ready-to-use code snippets.

  • API authentication
  • Creating flows
  • Fetching data
  • Code examples
Read More
📊

Analytics

Learn how to track and analyze user responses and detailed statistics.

  • Dashboard
  • Statistics
  • Reports
  • Data export
Read More

Best Practices

Tips and tricks for creating effective flows and improving user experience.

  • Question design
  • Conversion optimization
  • User experience
  • Security
Read More

Getting Started

1. Create Account

Start by creating a free account on Leqa. You can sign up using your email address and create a new organization.

1. Go to signup page
2. Enter your information
3. Create a new organization
4. Start using Leqa

2. Create Your First Flow

After logging in, navigate to "Flow Builder" and create a new flow. Add a flow name and optional description.

3. Add Questions

Add questions to your flow. You can choose from different types: text, number, date, multiple choice, and more.

Creating Flows

Question Types

Leqa supports different types of questions:

  • Text: Free text input
  • Number: Numeric input
  • Date: Date selection
  • Multiple Choice: Selection from predefined options

Embedding

Iframe Embedding

You can embed flows on your website using iframe. Simply copy the public flow link and add it to an iframe.

<iframe src="https://your-domain.com/r/<public_token>/" 
        width="100%" 
        height="600" 
        frameborder="0"></iframe>

API Reference

Authentication

All API requests require authentication using a Bearer Token. Get your API key from the dashboard.

Authorization: Bearer YOUR_API_KEY

Base URL

https://your-domain.com/api/flows/

Endpoints

POST Start Session

Start a new session for a specific flow

/api/flows/sessions/start/<flow_slug>/

Example Response:

{
  "session_id": "550e8400-e29b-41d4-a716-446655440000",
  "flow_slug": "my-survey",
  "current_question": {
    "id": 1,
    "code": "q1",
    "text": "What is your name?",
    "kind": "text"
  }
}

GET Get Session

Get session status and current question

/api/flows/sessions/<session_id>/

POST Submit Answer

Submit an answer to the current question

/api/flows/sessions/<session_id>/answer/

Example Request:

{
  "value": "John Doe"
}

🧪 Interactive API Sandbox

Try the API directly from here. Enter your API key and test the endpoints.

Get your API key from Dashboard

Frequently Asked Questions

How do I get started with Leqa?

Start by creating a free account, then create your first flow and add questions. After that, enable public access and share the link.

Can I customize the appearance of flows?

Yes, you can customize colors, fonts, and the general appearance of flows from the flow settings.

How do I ensure data security?

Leqa uses strong encryption and follows security best practices. All data is protected and encrypted.

Ready to Get Started?

Start using Leqa today and create your own interactive question flows