DocsAPI ReferenceAPI Overview

API Overview

REST API for managing tunnels, domains, and keys.

Base URL

code
https://api.serverme.site/api/v1

Authentication

All protected endpoints require one of:

code
Authorization: Bearer <jwt_token>

or

code
X-API-Key: sm_live_...

Response format

All responses are JSON. Errors return:

json
{ "error": "description of what went wrong" }

Rate limits

PlanLimit
Free100 req/s
Pro500 req/s
Team2000 req/s

When rate limited, you'll receive a 429 status with a Retry-After header.