⚙️ API

API 문서

PromptShot AI를 자신의 애플리케이션에 통합하세요. 간단한 멀티파트 폼 데이터 REST API.

시작하기

The PromptShot AI API is available on the Pro and Business plans.

Base URL

https://promptshotai.com

Authentication (coming soon)

Authorization: Bearer YOUR_API_KEY

All endpoints accept multipart/form-data for file uploads or application/json for text-only endpoints.

POST/api/image-to-prompt

Generate an AI prompt from an uploaded image.

매개변수

NameTypeRequiredDescription
imageFile필수Image file (JPEG, PNG, WebP — max 10MB)
stylestring선택"detailed" | "creative" | "technical" | "cinematic" (default: detailed)
langstring선택ISO language code (default: en)

응답

{
  "prompt": "A stunning sunset over rolling mountains...",
  "tags": ["landscape", "golden hour", "cinematic", "mountains"]
}
POST/api/tools/describe

Generate alt-text, SEO description, or social caption from an image.

매개변수

NameTypeRequiredDescription
imageFile필수Image file (JPEG, PNG, WebP — max 10MB)
purposestring선택"general" | "accessibility" | "seo" | "social" (default: general)
langstring선택ISO language code (default: en)

응답

{
  "description": "A detailed description of the image...",
  "altText": "Short one-sentence alt text",
  "keywords": ["keyword1", "keyword2"]
}
POST/api/tools/enhance-prompt

Generate optimized prompts from structured text parameters.

매개변수

NameTypeRequiredDescription
subjectstring필수Main subject or scene description
stylestring선택Art style (e.g. "Cinematic", "Anime")
moodstring선택Mood or atmosphere
platformstring선택"Midjourney" | "DALL-E 3" | "Stable Diffusion"

응답

{
  "prompts": [
    { "label": "Simple", "prompt": "..." },
    { "label": "Detailed", "prompt": "..." },
    { "label": "Ultra", "prompt": "..." }
  ],
  "tips": ["tip1", "tip2"]
}

요율 제한

PlanRequests / MonthMax File Size
Free1005MB
Pro10,00010MB
BusinessUnlimited20MB

Need API Access?

Upgrade to Pro or Business to get your API key.

API 문서 – PromptShot AI | PromptShot AI