yz-cloud-ops

api docs / small services / utilities

API Documentation

Small endpoints. Clear contracts. Stable behavior.

This site hosts documentation for a few utility services used in personal infrastructure. The goal is clarity, not completeness.

Getting Started

Last updated: 2026-02-15

Note

Examples use api.example.tld as a placeholder. Replace it with your actual host.

Base conventions

Requests use JSON. Responses use JSON. Error responses are consistent across endpoints and include a machine-friendly code.

curl -sS https://api.example.tld/v1/health
curl -sS -H "Authorization: Bearer $TOKEN" https://api.example.tld/v1/me

Start with Docs for endpoint list and examples.