Public technical documentation
Site-information API
A small, anonymous, read-only API for public information about services, physician qualifications, engagement process, resources, and contact details.
Endpoints
| Method | Path | Purpose |
|---|---|---|
GET, HEAD |
/api/v1/site |
Public business, services, qualifications, engagement, resources, and contact information. |
GET, HEAD |
/api/status |
Basic service health only. |
Example
curl -fsS https://basilymedlegal.com/api/v1/site | jq .
Discovery
Authentication and agent protocols
Authentication is not applicable. The API is public and read-only; it has no user accounts, protected resources, authorization server, OAuth or OIDC issuer, token endpoint, JWKS, client registration, claim, or revocation endpoint.
No MCP Server Card is published because the site does not operate a remote MCP server. No DNS-AID record should advertise MCP or A2A because neither service exists.
Content negotiation
Browsers receive HTML by default. Agents can request the public homepage as Markdown with
Accept: text/markdown.
curl -i -H 'Accept: text/markdown' https://basilymedlegal.com/
Confidentiality
Do not transmit records, PHI, case data, or confidential materials to any public endpoint. Contact Dr. Basily for secure transfer instructions after conflict and scope review.