⚙️ واجهة برمجة التطبيقات

توثيق واجهة برمجة التطبيقات

قم بدمج PromptShot AI في تطبيقاتك الخاصة. واجهة برمجة تطبيقات REST بسيطة مع بيانات نموذج متعددة الأجزاء.

البدء

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.

توثيق واجهة برمجة التطبيقات – PromptShot AI | PromptShot AI