Welcome to Cantoral API

A powerful and flexible API service for your cantoral needs

Get Started

Features

Easy Integration

Simple RESTful API endpoints that are easy to integrate with any application.

Secure Authentication

JWT-based authentication to ensure your data is always secure.

Scalable

Built on .NET 8.0 for high performance and scalability.

Documentation

API Endpoints

  • GET /api/songs - Get all songs
  • GET /api/songs/{id} - Get song by ID
  • POST /api/songs - Create new song
  • PUT /api/songs/{id} - Update song
  • DELETE /api/songs/{id} - Delete song

Authentication

All endpoints require JWT authentication. Include the token in the Authorization header:

Authorization: Bearer your-token-here