generate standalone image
Suno
Generate Image
Standalone Suno image generation from a text prompt
POST
generate standalone image
Submit a standalone image generation job. Poll Get Task Status until
Total cost = credits per image × quantity. Quantity is fixed at 2 internally and is not exposed in the API.
success.
Credits
image_gen_category | Cost |
|---|---|
basic | 0 credits per image |
advanced | Per policy (conf_task_policy[image_generate].cost, e.g. 20 credits per image) |
Result
When the task completes,result includes a batch with two items:
The service polls the Suno batch internally until items are
complete, so the task result already contains image_url values.Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
task id. Use this id to query task status.
Example:
"15c257ff-43f7-4678-bd41-202ad6b8488b"