Aggregation API¶
The canonical v1 REST contract exposes two aggregation route groups: accumulation for collecting and retrieving entries, and ranking for collecting, retrieving, and clearing ranked responses.
All paths below are relative to https://api.muxy.io/v1/e and require the standard Authorization header.
| Group | Method and path | Generated operation reference |
|---|---|---|
| Accumulation | GET /accumulate |
Get accumulated entries |
| Accumulation | POST /accumulate |
Submit an accumulation entry |
| Ranking | GET /rank |
Get ranked responses |
| Ranking | POST /rank |
Submit a ranked response |
| Ranking | DELETE /rank |
Clear ranked responses |
For concepts and lifecycle guidance, see Basic Accumulation and Basic Ranking. Request bodies, query parameters, and responses remain canonical in the generated operation pages and OpenAPI; they are not duplicated here.
Canonical OpenAPI¶
See the raw rest-v1.yaml specification. Sandbox token creation is defined separately in raw sandbox-v1.yaml.