⚙️ API

Tài Liệu API

Tích hợp PromptShot AI vào các ứng dụng của riêng bạn. API REST đơn giản với dữ liệu biểu mẫu đa phần.

Bắt Đầu

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.

Tham Số

NameTypeRequiredDescription
imageFilebắt buộcImage file (JPEG, PNG, WebP — max 10MB)
stylestringtùy chọn"detailed" | "creative" | "technical" | "cinematic" (default: detailed)
langstringtùy chọnISO language code (default: en)

Phản Hồi

{
  "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.

Tham Số

NameTypeRequiredDescription
imageFilebắt buộcImage file (JPEG, PNG, WebP — max 10MB)
purposestringtùy chọn"general" | "accessibility" | "seo" | "social" (default: general)
langstringtùy chọnISO language code (default: en)

Phản Hồi

{
  "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.

Tham Số

NameTypeRequiredDescription
subjectstringbắt buộcMain subject or scene description
stylestringtùy chọnArt style (e.g. "Cinematic", "Anime")
moodstringtùy chọnMood or atmosphere
platformstringtùy chọn"Midjourney" | "DALL-E 3" | "Stable Diffusion"

Phản Hồi

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

Giới Hạn Tốc Độ

PlanRequests / MonthMax File Size
Free1005MB
Pro10,00010MB
BusinessUnlimited20MB

Need API Access?

Upgrade to Pro or Business to get your API key.

Tài Liệu API – PromptShot AI | PromptShot AI