Skip to content

Markdown Source

Use the raw markdown for copy, automation, and AI agents.

View Markdown

Developer Documentation

Overview

Welcome to the Quaily Developer Documentation! This guide provides all the information you need to integrate your applications and services with Quaily. Whether you're looking to build custom publishing workflows, automate content management, or create unique reader experiences, our API offers the flexibility and power to bring your ideas to life.

Quaily empowers creators to build vibrant membership communities. Our developer tools are designed to extend that power, allowing you to connect, create, and innovate.

Getting Started

To start building with Quaily, you'll typically follow these steps:

  1. Authentication: Familiarize yourself with our Authorization methods to securely connect to the API.
  2. Explore API References: Understand the available API endpoints for interacting with Users, Channels, Posts, and more.
  3. Make Your First Call: Try a simple API request, like fetching your user details or listing your channels.

API Base

Quaily's API base URL is:

https://api.quaily.com

Authentication

Securely access the Quaily API.

Key Concepts

Understanding these core Quaily concepts will help you navigate our API:

  • User: Represents an individual account on Quaily, whether a creator or a reader.
  • Channel: A creator's publication space where posts are published.
  • Post: An article or piece of content published within a channel.
  • Subscription: Represents a reader's subscription to a channel.

Opensource Projects

If you prefer to start with production-ready code, Quaily provides some opensource projects to help you get started.

API Reference

Detailed information about each API endpoint:

  • Response Object: The standard response structure for all API calls.
  • Auth: Authentication and token exchange.
  • APIKey: Manage API keys.
  • Credit: Manage user credits and ledgers.
  • User: Manage user-related operations.
  • Channel: Interact with channels and their settings.
  • List: Manage channels (lists) and list settings.
  • Post: Create, retrieve, update, and delete posts.
  • Subscription: Manage channel subscriptions.
  • Attachment: Upload and manage file attachments for posts.
  • Composer: Leverage AI functionalities to assist with content creation.
  • Comment: Read and manage comments.
  • Tweet: Read and manage tweets and replies.
  • Pack: Manage packs of posts.
  • Analytics: Tracking and analytics data.
  • Explore: Trending content discovery.
  • OAuth: OAuth 2.0 endpoints and tokens.

Community & Support

Join our developer community on Discord to ask questions, share your projects, and get support from the Quaily team and other developers.

We are excited to see what you build with Quaily!