Skip to main content

First API Call

Working examples against the public, anonymous API surface. These are safe to run without an account.

Public metrics

curl https://chimeramind.com/api/v1/metrics/public/live

System status

curl https://chimeramind.com/api/v1/system/status

Desktop release feed

curl https://chimeramind.com/api/v1/desktop/latest-version

Contact intake

curl -X POST https://chimeramind.com/api/v1/contact \
-H "Content-Type: application/json" \
-d '{"name":"Jane","email":"jane@corp.com","subject":"Enterprise","message":"Need SLA details","captcha_token":"<token>"}'

For the full anonymous route list see the Endpoint Catalog.