Skip to content

Overview

This document provides comprehensive documentation for all API endpoints in ArcAide.

ArcAide provides a RESTful API for managing tabletop RPG campaign content. All endpoints follow consistent patterns and return JSON responses.

API Base URL
https://your-domain.com/api/

All API endpoints are prefixed with /api/

Rich text content uses Slate.js document format for structured editing capabilities.

All successful responses return appropriate HTTP status codes with JSON data. Error responses include descriptive error messages.