⚙️ API

API Dokümantasyonu

PromptShot AI'ı kendi uygulamalarınıza entegre edin. Basit REST API ile çoklu form verisi.

Başlarken

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.

Parametreler

NameTypeRequiredDescription
imageFilezorunluImage file (JPEG, PNG, WebP — max 10MB)
stylestringisteğe bağlı"detailed" | "creative" | "technical" | "cinematic" (default: detailed)
langstringisteğe bağlıISO language code (default: en)

Yanıt

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

Parametreler

NameTypeRequiredDescription
imageFilezorunluImage file (JPEG, PNG, WebP — max 10MB)
purposestringisteğe bağlı"general" | "accessibility" | "seo" | "social" (default: general)
langstringisteğe bağlıISO language code (default: en)

Yanıt

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

Parametreler

NameTypeRequiredDescription
subjectstringzorunluMain subject or scene description
stylestringisteğe bağlıArt style (e.g. "Cinematic", "Anime")
moodstringisteğe bağlıMood or atmosphere
platformstringisteğe bağlı"Midjourney" | "DALL-E 3" | "Stable Diffusion"

Yanıt

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

Hız Sınırları

PlanRequests / MonthMax File Size
Free1005MB
Pro10,00010MB
BusinessUnlimited20MB

Need API Access?

Upgrade to Pro or Business to get your API key.

API Dokümantasyonu – PromptShot AI | PromptShot AI