cURL
curl --request POST \ --url https://api.topmediai.com/v1/lyrics \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Use your prompt to do a lyrics.
Mandatory parameter, generated song style
1
Successful Response