Generate synthetic music data
Data
Generate synthetic music data
Generates synthetic music fixtures for testing media catalogs, demo records, import fixtures, playlists, recommendation samples, and UI previews. Supported methods include profile, album, artist, genre, and songName.
POST
Generate synthetic music data
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
application/x-www-form-urlencoded
Number of music records to generate (1-100). Passed as string but must be numeric.
Pattern:
^[1-9]\d?$|^100$Example:
"10"
Locale for generated data (e.g., en, es, fr, de, pt_BR, zh_CN)
Example:
"en"
Seed for deterministic generation. Same seed produces same results.
Example:
"12345"
Music generation method. Defaults to profile.
Available options:
profile, album, artist, genre, songName Example:
"profile"