Authentication

Overview

The karaoke-cms API uses token-based authentication. Include your API token in the Authorization header.

Getting a Token

Generate a token from your project settings. Tokens are scoped to a single project.

Usage

GET /api/v1/content
Authorization: Bearer <token>

Rate Limits

Authenticated requests: 1000/hour. Unauthenticated: 60/hour.