Developers
Website API
The Synthropia website exposes a small public API. The machine-readable contract is the
OpenAPI document (application/json), advertised for
automated discovery in the API catalog
(application/linkset+json, RFC 9727).
Submit a contact lead
POST https://synthropia.ai/api/status is the health check. Leads go to
POST https://synthropia.ai/api/contact with a JSON body:
{
"name": "Anna Kowalska",
"clinic": "Smile Studio",
"email": "anna@example.com",
"phone": "+48 600 000 000",
"country": "Poland",
"message": "We miss calls at lunch.",
"lang": "en",
"consent": "on"
}
The consent field must be "on" (the visitor accepted the privacy
notice). A honeypot field named website must stay empty. A 200
response with {"ok": true} means the lead was accepted.
Service status
GET https://synthropia.ai/api/status returns
{"ok": true, "service": "synthropia-ai", "version", "time"} and needs no
authentication.
Authentication
These endpoints need no credentials today. When agent-facing APIs require OAuth, discovery
metadata will be published at
/.well-known/oauth-authorization-server
with protected-resource metadata at
/.well-known/oauth-protected-resource.
Agent registration instructions live in /auth.md.
Pricing facts for agents
Pay-as-you-go from USD 0.38/min, plans from USD 99/month. Contact contact@synthropia.ai for API access.