> ## Documentation Index
> Fetch the complete documentation index at: https://daun-docs.syahmi.fyi/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

<CardGroup>
  <Card title="User Authentication" icon="user-lock" href="/auth/overview">
    Get user's token for user's info & session
  </Card>

  <Card title="Post" icon="message" href="/post/posts/get">
    CRUD for posts, reposts and quote reposts
  </Card>

  <Card title="Reply" icon="reply" href="/reply/create">
    CRUD for replies
  </Card>

  <Card title="User" icon="user" href="/user/get-profile">
    CRUD for user details
  </Card>

  <Card title="Follow" icon="user-plus" href="/follow/followers">
    Get user's followers/following & toggle user following
  </Card>

  <Card title="Notifications" icon="bell" href="/notifications">
    Get notifications and notification read toggle
  </Card>

  <Card title="Reports" icon="flag" href="/report">
    Create, get and delete for reports and report status
  </Card>

  <Card title="Push" icon="check" href="/tokens">
    Register device token, delete token and send push notifications
  </Card>

  <Card title="Bookmark" icon="bookmark" href="/bookmark">
    Toggle and reassign bookmarks. Create, update, delete and get posts from bookmark folders.
  </Card>
</CardGroup>
