# Get background music library Retrieve all available background music tracks. Use the relativePath value as customTemplate.preConfigs.bgMusic.path when creating a project to set the background music. Endpoint: GET /auth/config/music-library Version: 1.2.0 Security: ShuffllApiKey ## Response 200 fields (application/json): - `id` (string) Track identifier Example: "track_upbeat_001" - `name` (string) Track name Example: "Upbeat Corporate" - `relativePath` (string) Path to use as customTemplate.preConfigs.bgMusic.path when creating a project Example: "/music/upbeat-corporate.mp3" - `image` (string) Track artwork URL Example: "https://content.shuffll.com/music/upbeat-corporate-cover.jpg" ## Response 401 fields (application/problem+json): - `type` (string) Example: "object" - `title` (string) Example: "Validation failed" - `message` (string) Example: "Bad Request"