Skip to main content

Pulsery API

Welcome to the Pulsery API documentation. This guide provides information about the available API endpoints.

Base URL

All API endpoints are available at:
https://api.pulsery.live

Authentication

Some endpoints require authentication with an API key.

Response Format

All API responses are returned in JSON format. Successful responses typically include the requested data, while error responses include an error field with a description of what went wrong. Example error response:
{
  "error": "Resource not found",
  "message": "The requested resource could not be found"
}

API Endpoints

The following sections detail the available endpoints.