You have reached the root of the ama-mana API. All interactions happen over a single
POST /api
request with a call identifier. Browse the quick start on the right to get going.
A short orientation for anyone opening this URL in a browser.
Every operation goes through POST /api. Pass a call ID in the body to route to the right handler.
Requests require a secret-key header. Authenticated calls also need a Bearer JWT.
Every response follows the same shape: status, message, data, and meta.
Handlers can require roles. Access is denied with 403 when the caller is not permitted.