Error
Music generator
List generations
Paginated list of music generations for the authenticated user, including status, lyrics, style prompts, and finished tracks.
GET
Error
Returns music generations for the authenticated user, newest first.
Poll completion with Poll music status. Fetch one record with Get music generation.
GET /music-generations/all
Query parameters
integer
default:"1"
Page number (1-based).
integer
default:"12"
Items per page. Min
1, max 100.Response
Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

