{ "response_format": "string", "prompt": "string" }
curl --location --request POST 'https://api.listenai.com/v1/images/generations' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "id": 0, "created": "string", "data": [ { "url": "string", "b64_json": "string" } ] }