TUTUJIN · 개발자 / 기업 API
이커머스용 AI 상품 이미지 API: gpt-image-2, 장당 ¥0.16
Tutujin은 AI 상품 이미지 생성 API를 제공합니다: 내부 모델 gpt-image-2, 대외 단가 약 ¥0.16/장, 표준 REST 호출, 배치 동시 처리, 텍스트-투-이미지 및 이미지-투-이미지(참고 이미지를 올려 피사체 유지) 지원. 이커머스 팀은 자체 ERP / 리스팅 시스템에 바로 연동해 SKU별로 메인 이미지·흰 배경·장면 이미지를 대량 생성할 수 있습니다. 키가 필요하면 가입 후 콘솔에서 발급합니다.
최종 업데이트 ·
한 줄 결론
- 모델 gpt-image-2, 대외 약 ¥0.16/장(스튜디오 SKU당 ¥50–200보다 99%+ 저렴)
- 표준 REST, OpenAI 스타일 요청 본문 — curl이나 어떤 언어에서도 호출
- 배치 동시 처리 + 이미지-투-이미지(피사체 유지), 수천 SKU에 적합
- 키는 콘솔에서 발급, 장당 과금, 최소 사용액 없음
Capabilities
REST, ready to call
A plain HTTP POST with an OpenAI-style body (prompt + size + n). One curl from any language (Python / Node / PHP / Go) works — no SDK, no upstream model key to configure.
Batch concurrency
A single request can return multiple images (n), and concurrent submission lets you queue thousands of SKUs for bulk generation, with retries on failure. Ideal for bulk listing refreshes.
Multiple sizes / ratios
Square main images plus several aspect ratios (1:1 / 3:2 / 2:3 …) to cover Amazon pure-white main images, detail-page scenes, and vertical social formats.
Image-to-image (keep the product)
Upload one product reference and the model swaps background / scene / white background while keeping the subject — perfect for producing many versions of the same item.
Pricing and cost comparison
The API is billed per image with no minimum spend. Here it is next to traditional methods so engineering / procurement can do the math:
| Method | Cost per image | Notes |
|---|---|---|
| Tutujin API (gpt-image-2) | ~¥0.16/image | Sign up, open a key, pay per image; seconds per image, batch-friendly |
| Traditional photo studio | from ¥50–200/image | Per-SKU quote; a 500-SKU catalog often runs ¥10k–75k, days to weeks |
| Outsourced retouching | ¥10–80/image | Background swap / white bg / compositing, billed per image, rework overhead |
Costs are estimates for order-of-magnitude only; the console billing is authoritative. Traditional prices vary widely by category / region.
Quickstart
With an API key, one curl generates your first image (replace YOUR_API_KEY with the key from your console):
curl https://api.tutujin.com/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2",
"prompt": "A skincare bottle on a clean pure-white background, e-commerce main image",
"size": "1024x1024",
"n": 1
}'The response includes an image URL; for image-to-image, pass the reference image too. Full parameters (size / n / image-to-image) are in the console API docs.
Use cases
Wire into ERP / your system
Embed generation into your product backend: on new arrivals, call the API per SKU automatically — no manual one-by-one editing.
Bulk listing refresh
When mass-listing on Shopify / Amazon / Temu, generate the whole store’s main + white-bg images from a template in one pass, consistent in style and spec.
Quarterly store refresh
For seasonal redesigns, re-generate lifestyle scenes for thousands of SKUs in bulk — refresh cycles drop from weeks to minutes.
Build your own pipeline
Mid-size teams needing full prompt control and a review / compliance pre-check can use the API as the underlying engine for a custom workflow.
자주 묻는 질문
Does Tutujin have an AI product image API?
Yes. Tutujin offers a gpt-image-2 REST image-generation API at about ¥0.16 per image, with batch concurrency and image-to-image, built for e-commerce teams to wire into ERP / listing systems for bulk product images. Sign up and open a key in the console to call it.
How is the API priced — what does one image cost?
gpt-image-2 is about ¥0.16 per image, billed by images actually generated, with no minimum spend. Versus ¥50–200/SKU studios or ¥10–80/image retouching, bulk generation can cut cost by 90%+.
How do I get an API key?
Sign up for a Tutujin account, then open an enterprise / developer API key in the console and send it in an HTTP header. The key is only visible after login and never shown on public pages.
Can I batch-generate and integrate with my system?
Yes. The endpoint supports multiple images per request (n) plus concurrent submission, so you can queue thousands of SKUs, and you can embed it directly in an ERP / product backend / listing tool to generate main images per SKU.
Which model is it, and does it support image-to-image?
The model is gpt-image-2, supporting both text-to-image and image-to-image. For image-to-image, upload one product reference and it swaps background / white bg / scene while keeping the subject — great for many versions of one product.
Who is it for, and how does it differ from the web app?
The API suits e-commerce teams with developers who want to embed generation in their own system or pipeline. Individuals / small sellers are better off with the web app (sign up, pick a scene, pay with credits) — no code needed.
대량 생성 / API 연동이 필요하세요?
가입하면 콘솔에서 API 키를 발급하고 전체 문서를 확인할 수 있습니다. 배치 / 기업 사용량은 문의해 주세요.