Creates a new song generation job using the provided lyrics. The lyrics must be in English and cannot exceed 380 characters. The job will be queued for processing and you can check its status using the getGeneratedSongById endpoint.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Returns the ID of the created song generation job.
The response is of type object
.