이미지 내 텍스트 렌더링 최강자입니다. 로고, 포스터 및 정확한 텍스트가 필요한 모든 디자인에 완벽합니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "ideogram-v2",
"input": {
"prompt": "Minimalist logo design for tech startup 'NOVA AI', geometric shapes, blue gradient, clean professional look",
"aspect_ratio": "1:1",
"style_type": "design"
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 렌더링할 텍스트를 포함한 설명 |
aspect_ratio | string | No | 1:1 | 출력 비율 1:14:33:416:99:16 |
style_type | string | No | auto | 비주얼 스타일 autorealisticdesign3danime |
텍스트 기반 로고 생성
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "ideogram-v2",
"input": {
"prompt": "Minimalist logo design for tech startup 'NOVA AI', geometric shapes, blue gradient, clean professional look",
"aspect_ratio": "1:1",
"style_type": "design"
}
}'프로모션 포스터 생성
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "ideogram-v2",
"input": {
"prompt": "Music festival poster with text 'SUMMER BEATS 2024', colorful abstract waves, modern design",
"aspect_ratio": "3:4",
"style_type": "design"
}
}'POST /v1/predictions