Onelist Documentation

Learn how to get the most out of Onelist with our comprehensive documentation.

Getting Started

Creating an Account

Sign up for a free account to start using Onelist. We offer various plans to fit your needs.

Sign up now โ†’

Your First List

Learn how to create your first list and add items to it. Organize your thoughts and tasks efficiently.

API Reference

Onelist provides a comprehensive API for integrating with your applications.

                
                  # Example API request
                  curl -X GET "https://api.onelist.com/v1/lists" \\
                    -H "Authorization: Bearer YOUR_API_KEY" \\
                    -H "Content-Type: application/json"
                
              

Authentication

All API requests require authentication using an API key. You can generate an API key from your account settings.

Rate Limiting

API requests are rate-limited to ensure fair usage. The rate limits vary by plan.

Examples

Task Management

Learn how to use Onelist for effective task management and productivity.

  • Create a daily to-do list
  • Set priorities for tasks
  • Track completion status
  • Set due dates and reminders

Note Taking

Discover how to use Onelist for organizing your notes and ideas.

Onelist supports rich Markdown formatting for your notes:

                  
                    # Heading 1
                    ## Heading 2
                    
                    - Bullet point
                    - Another point
                    
                    1. Numbered item
                    2. Another item
                    
                    **Bold text** and *italic text*
                    
                    [Link text](https://example.com)