Skip to content

Who Can See What You Generate

Where generated songs, uploads and trained voices live on Aimusicis, who can open them, and the one case in which something becomes public.

Aimusicis has no public feed of user songs. This page states what the code does with each kind of file, so the answer to "is my music private?" is checkable rather than reassuring. Every statement below is pinned to the source that enforces it by a test.

Generated songs

A song belongs to the account that generated it. Every request that opens a song's audio — playback, offline playback or download — checks that the requesting user and the requesting workspace both match the song's owner; anyone else, including a teammate in the same workspace, receives song not found. Songs have no "public" state at all: there is no setting that lists a song anywhere, and nothing you generate appears on the site.

Uploads and the editing tools' outputs

Uploads for vocal removal, stem splitting, mastering and the other editing tools go from the browser straight to storage that is accounted to your user; the server never receives the bytes on a shared route. Files are then served only through a session-checked proxy: no session, or a session that does not own the file, receives 403 Forbidden. A file URL is therefore not a link you can hand to someone else.

Trained voices

A voice you train is created private: its visibility is private, its catalogue status is private, and its rights status is self-attested. You can switch a ready voice to public from the voice cloner after confirming that it is your own voice or one you have the right to share; it then waits in review and shows as "Public · pending review" to you alone. The Community list shows only voices that are public, catalogue-approved, rights-approved and ready — the approval is an operator's decision, made through the operations tooling, never automatic. You can make a voice private again at any time, which also removes it from the list. Your own models are always visible to you regardless of that state.

The examples on the site

The songs playable on the homepage and on tool pages are curated samples shipped with the site, not output from user accounts.

Deletion and retention

Retention periods and account deletion are set out in the privacy policy; this page does not repeat numbers that the policy owns.

Next: Formats and Limits or Credits and Plans.