⚙️ एपीआई
एपीआई दस्तावेज़ीकरण
अपने स्वयं के एप्लिकेशन में PromptShot AI को एकीकृत करें। सरल REST API मल्टीपार्ट फॉर्म डेटा के साथ।
शुरुआत करना
The PromptShot AI API is available on the Pro and Business plans.
Base URL
https://promptshotai.comAuthentication (coming soon)
Authorization: Bearer YOUR_API_KEYAll endpoints accept multipart/form-data for file uploads or application/json for text-only endpoints.
POST
/api/image-to-promptGenerate an AI prompt from an uploaded image.
पैरामीटर्स
| Name | Type | Required | Description |
|---|---|---|---|
image | File | आवश्यक | Image file (JPEG, PNG, WebP — max 10MB) |
style | string | वैकल्पिक | "detailed" | "creative" | "technical" | "cinematic" (default: detailed) |
lang | string | वैकल्पिक | ISO language code (default: en) |
प्रतिक्रिया
{
"prompt": "A stunning sunset over rolling mountains...",
"tags": ["landscape", "golden hour", "cinematic", "mountains"]
}POST
/api/tools/describeGenerate alt-text, SEO description, or social caption from an image.
पैरामीटर्स
| Name | Type | Required | Description |
|---|---|---|---|
image | File | आवश्यक | Image file (JPEG, PNG, WebP — max 10MB) |
purpose | string | वैकल्पिक | "general" | "accessibility" | "seo" | "social" (default: general) |
lang | string | वैकल्पिक | 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-promptGenerate optimized prompts from structured text parameters.
पैरामीटर्स
| Name | Type | Required | Description |
|---|---|---|---|
subject | string | आवश्यक | Main subject or scene description |
style | string | वैकल्पिक | Art style (e.g. "Cinematic", "Anime") |
mood | string | वैकल्पिक | Mood or atmosphere |
platform | string | वैकल्पिक | "Midjourney" | "DALL-E 3" | "Stable Diffusion" |
प्रतिक्रिया
{
"prompts": [
{ "label": "Simple", "prompt": "..." },
{ "label": "Detailed", "prompt": "..." },
{ "label": "Ultra", "prompt": "..." }
],
"tips": ["tip1", "tip2"]
}दर सीमाएं
| Plan | Requests / Month | Max File Size |
|---|---|---|
| Free | 100 | 5MB |
| Pro | 10,000 | 10MB |
| Business | Unlimited | 20MB |
Need API Access?
Upgrade to Pro or Business to get your API key.