API Reference

Overview

API design and authentication

API Design

The Semeion API follows REST principles with JSON payloads. All endpoints return consistent response structures.

Authentication

API requests can be authenticated via:

  • API Key - Via Authorization: Bearer <key> header
  • Session - Via browser session cookie (for dashboard)

Base URL

https://your-instance.com/api