Recraftv3 use Dall-e endpoint
Request
Body Params application/json
{
"model": "recraftv3",
"prompt": "woman wear glasses",
"size": "1024x512",
"response_format": "url"
}
Request Code Samples
curl --location --request POST '/v1/images/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "recraftv3",
"prompt": "woman wear glasses",
"size": "1024x512",
"response_format": "url"
}'
Responses
application/json {
"created": 1750500129,
"data": [
{
"url": "https://s3.ffire.cc/cdn/20250621/Z5ux69LZr7TSsXuVJ2NUTB"
}
]
}
Modified at 2025-06-21 10:03:53