Start building image generators in minutes!
Authorization
Authorization: Bearer RANDOMSEED_API_KEY
curl --location 'https://randomseed.lol/v1/sync/txt2img' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer $RANDOMSEED_API_KEY' \ --data '{ "txt2img": { "prompt": "Cute cat", "negative_prompt": "ugly, out of frame", "width": "512", "height": "512", "number_of_images": "1", "steps": "20", "cfg_scale": 7, "sampler_name": "Euler a", "seed": "-1", "model_name": "realistic_vision_v4", } }'
{ "message": "image generated", "output": [ "..." ] }