API Docs
Moods, playlists, and blog now live as API contracts.
The public UI currently focuses on albums and songs. If you need the rest of the data, consume the endpoints directly from the public API.
Examples
Quick endpoint map
Replace {orgSlug}, {albumSlug}, {playlistSlug}, or {postSlug} with real values from your tenant.
https://acento.app/api/public/v1/orgs/wise-buds/catalog/albumshttps://acento.app/api/public/v1/orgs/wise-buds/catalog/albums/{albumSlug}https://acento.app/api/public/v1/orgs/wise-buds/catalog/moodshttps://acento.app/api/public/v1/orgs/wise-buds/catalog/playlistshttps://acento.app/api/public/v1/orgs/wise-buds/blogReference
Available route families
Bootstrap
Slices base para identidad del sitio, branding y datos generales.
GET /v1/orgs/{orgSlug}/musicGET /v1/orgs/{orgSlug}/summaryGET /v1/orgs/{orgSlug}/pages/{pageType}Catalog
Superficie activa de la web publica.
GET /v1/orgs/{orgSlug}/catalog/albumsGET /v1/orgs/{orgSlug}/catalog/albums/{albumSlug}GET /v1/orgs/{orgSlug}/catalog/albums/{albumSlug}/songs/{songSlug}GET /v1/orgs/{orgSlug}/catalog/songsDocumented only
Contratos disponibles en API pero sin seccion propia hoy en el sitio.
GET /v1/orgs/{orgSlug}/catalog/moodsGET /v1/orgs/{orgSlug}/catalog/playlistsGET /v1/orgs/{orgSlug}/catalog/playlists/{playlistSlug}GET /v1/orgs/{orgSlug}/blogGET /v1/orgs/{orgSlug}/blog/{postSlug}Notes
`catalog/moods` has no public detail route by slug today. Blog categories are derived client-side from posts when needed. Those constraints are preserved in the docs even though the site no longer renders those sections.