Chapters API

πŸ“‹ Table of Contents

Overview

The Chapters API provides chapter management for the STAR ecosystem. It handles story chapters and narrative progression.

Chapter Management

Get All Chapters

GET /api/chapters
Authorization: Bearer YOUR_TOKEN

Get Chapter by ID

GET /api/chapters/{chapterId}
Authorization: Bearer YOUR_TOKEN

Create Chapter

Update Chapter

Delete Chapter

Chapter Operations

Complete Chapter

Get Chapter Progress

Unlock Chapter

Error Responses

Chapter Not Found


← Previous: Zomes API | Next: OAPPs API β†’

Last updated