POST https://refreshing-gratitude-production.up.railway.app/v1/images/generations/dall-e-3curl --location --request POST '/v1/images/generations//dall-e-3' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "dall-e-3",
"prompt": "A cute cat",
"size": "1024x1024"
}'{
"created": 1713836628,
"data": [
{
"b64_json": "..."
}
],
"usage": {
"total_tokens": 100,
"input_tokens": 50,
"output_tokens": 50,
"input_tokens_details": {
"text_tokens": 10,
"image_tokens": 40
}
}
}