Documentation Index
Fetch the complete documentation index at: https://docs.simplehost.dev/llms.txt
Use this file to discover all available pages before exploring further.
Get Account Info
Returns the authenticated user’s account details, current plan, usage statistics, and plan limits.Authentication
Requires an API key in theAuthorization header.
Response
Response Fields
The email address associated with your account.
Your current plan:
"free" or "hobby".Your vanity handle (e.g.,
"yourname" for yourname.simplehost.dev), or null if not set.Current usage across sites and storage. Each sub-object has
used and limit fields.Your plan’s limits — max file size, max sites, and max storage.
ISO 8601 timestamp of when your account was created.
On the Hobby plan,
usage.sites.limit returns "unlimited" instead of a number.Errors
| Code | Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid API key |