
🇺🇸 English

🇺🇸 English
- Chat Models
- Chat
- OpenAI-Realtime
- Completions
- Audio
- Image generation
- Embeddings
- Models
- Help
- Anthropic
- Suno
- Udio
- Midjourney API
- Flux
- Recraft
- Ideogram
- Luma
- Runway
- Kling-API
- Replicate
- MiniMax
Generate Image
POST
/recraft/v1/images/generations
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Body Params application/json
prompt
string
required
n
integer | null
optional
style_id
string | null
optional
style
string | null
optional
Default:
realistic_image
substyle
string | null
optional
response_format
string | null
optional
Default:
url
Examples:
urlb64_json
size
string | null
optional
Default:
1024x1024
controls
object | null
optional
colors
string
required
Example:
An array of 3 integer values in range of 0...255 defining RGB Color Model
background_color
string
optional
Example
{
"prompt": "red point siamese cat",
"style": "realistic_image",
"size": "1280x1024"
}
Responses
🟢200成功
application/json
Body
object {0}
Example
{}
Modified at 2025-02-05 11:27:55