벡터 스타일 및 디자인 중심 이미지 생성. 아이콘, 일러스트레이션 및 디자인 에셋에 탁월합니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "recraft-v3",
"input": {
"prompt": "Minimalist calendar app icon, gradient purple and blue, rounded corners, modern iOS style",
"style": "icon",
"size": "1024x1024"
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 생성할 디자인 설명 |
style | string | No | realistic | 비주얼 스타일 realisticvectoriconillustrationflat |
size | string | No | 1024x1024 | 출력 크기 |
앱 아이콘 생성
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "recraft-v3",
"input": {
"prompt": "Minimalist calendar app icon, gradient purple and blue, rounded corners, modern iOS style",
"style": "icon",
"size": "1024x1024"
}
}'