curl --request POST \ --url https://api.horay.ai/v1/image/generations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "black-forest-labs/FLUX.1-schnell", "prompt": "an island near sea, with seagulls, moon shining over the sea, light house, boats int he background, fish flying over the sea", "image_size": "1024x1024", "seed": 4999999999}'
curl --request POST \ --url https://api.horay.ai/v1/image/generations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "black-forest-labs/FLUX.1-schnell", "prompt": "an island near sea, with seagulls, moon shining over the sea, light house, boats int he background, fish flying over the sea", "image_size": "1024x1024", "seed": 4999999999}'