Skip to main content

DALL-E 3 - Image Generator

Generate ultra-high quality images from text prompts using OpenAI's most advanced DALL-E 3 model. Features enhanced understanding, improved prompt adherence, and superior image quality with customizable styles and resolutions.

Endpoint

Request Headers

FieldValue
API-KEY<api-key>
Content-Typeapplication/json

Parameters

ParameterTypeRequiredDescription
typestringYesFeature type identifier. Must be IMAGE_GENERATOR
modelstringYesAI model identifier. Must be dall-e-3
promptObjectobjectYesConfiguration object containing all generation parameters

Prompt Object Parameters

ParameterTypeRequiredDescriptionDefault
promptstringYesText description of the image to generate-
nnumberNoNumber of images to generate (1 only for DALL-E 3)1
sizestringNoImage dimensions1024x1024
qualitystringNoImage quality levelstandard
stylestringNoVisual style of the generated imagevivid

Supported Image Sizes

SizeResolutionAspect RatioBest For
1024x10241024×10241:1Square images, social media posts
1024x17921024×17924:7Portrait orientation, tall images
1792x10241792×10247:4Landscape orientation, wide images

Quality Options

QualityDescriptionUse Case
standardStandard quality, faster generationQuick prototypes, drafts
hdHigh definition, enhanced detailFinal artwork, professional use

Style Options

StyleDescriptionVisual Characteristics
vividVibrant and dramaticHigh contrast, bold colors, artistic flair
naturalMore natural and realisticSubtle colors, realistic lighting, photographic

Code Examples

curl --location 'https://api.1min.ai/api/features' \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "IMAGE_GENERATOR",
"model": "dall-e-3",
"promptObject": {
"prompt": "A futuristic cityscape at sunset with flying cars and neon lights",
"n": 1,
"size": "1792x1024",
"quality": "hd",
"style": "vivid"
}
}'

Interactive Playground

API Playground

https://api.1min.ai/api/features
Describe the image you want to generate in detail
Choose image dimensions and aspect ratio
Image quality level
Visual style of the generated image

Generated cURL Command:

curl -X POST "https://api.1min.ai/api/features" \
-H "API-KEY: <your-api-key>" \
-H "Content-Type: application/json" \
-d '{
"type": "IMAGE_GENERATOR",
"model": "dall-e-3",
"promptObject": {
"prompt": "A futuristic cityscape at sunset with flying cars and neon lights",
"n": 1,
"size": "1024x1024",
"quality": "standard",
"style": "vivid"
}
}'

Response Format

{
"aiRecord": {
"uuid": "0bc6f1aa-07ae-43c8-85fe-859cf371bf38",
"userId": "c937fbcc-fa8f-4565-a440-c4d87f56fcb2",
"teamId": "a4e176b2-dabb-451e-9c58-62b451fa9630",
"teamUser": {
"teamId": "a4e176b2-dabb-451e-9c58-62b451fa9630",
"userId": "c937fbcc-fa8f-4565-a440-c4d87f56fcb2",
"userName": "John Doe",
"userAvatar": "https://lh3.googleusercontent.com/a/ACg8ocLqgsNsHRfmWF9d-E1RvJetVsEzxNOsOg-NXWNTpMxLDPJbwELI=s96-c",
"status": "ACTIVE",
"role": "ADMIN",
"creditLimit": 100000000,
"usedCredit": 1175205,
"createdAt": "2025-10-20T04:13:40.847Z",
"createdBy": "SYSTEM",
"updatedAt": "2025-10-23T10:30:12.212Z",
"updatedBy": "SYSTEM"
},
"model": "dall-e-3",
"type": "IMAGE_GENERATOR",
"metadata": null,
"rating": null,
"feedback": null,
"conversationId": null,
"status": "SUCCESS",
"createdAt": "2025-10-23T10:31:46.922Z",
"aiRecordDetail": {
"promptObject": {
"n": 1,
"size": "1024x1024",
"style": "vivid",
"prompt": "A futuristic cityscape at sunset with flying cars and neon lights",
"quality": "standard"
},
"resultObject": [
"development/images/2025_10_23_17_32_04_535_173674.png"
],
"responseObject": {}
},
"additionalData": null,
"temporaryUrl": "https://s3.us-east-1.amazonaws.com/asset.1min.ai/development/images/2025_10_23_17_32_04_535_173674.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIAVRUVQEFIHSKAXGE7%2F20251023%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251023T103209Z&X-Amz-Expires=604800&X-Amz-Signature=a384de4c36e5ffa2e35eacc8cd067162218d3546d67501407acdf20dd68fb323&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject"
}
}

Use Cases

  • Professional Design: Create high-quality visuals for commercial projects
  • Marketing & Advertising: Generate premium imagery for campaigns
  • Digital Art: Produce gallery-quality digital artwork
  • Product Concepts: Visualize product ideas and prototypes
  • Editorial Content: Create unique illustrations for articles and publications