{
"prompt": "photo of a girl smiling during a sunset, with lightnings in the background",
"image_size": {
"width": 1024,
"height": 1024
},
"embeddings": [],
"format": "jpeg"
}
curl --location --request POST 'https://api.302.ai/302/submit/sdxl-lightning-v2' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "photo of a girl smiling during a sunset, with lightnings in the background",
"image_size": {
"width": 1024,
"height": 1024
},
"embeddings": [],
"format": "jpeg"
}'
{
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}