Introduction
Welcome to PicForge AI. Create stunning images, logos, and YouTube thumbnails using cutting-edge AI technology.
PicForge AI is designed for creators who need high-quality visuals without the steep learning curve of complex design tools. Whether you're a YouTuber, a startup founder, or a hobbyist, our platform provides the tools to turn your imagination into reality.
Getting Started
Create Account
Join our community via Discord to unlock your 15 daily generations instantly.
Sign Up Now →Describe Vision
Head to the Generate tab and enter your prompt. Use "quotes" for specific text.
Forge Image
Click Generate and watch as the AI craft your vision in sub-5 seconds.
Image Generation
Generate professional-grade images with a single click. Our AI understands complex lighting, textures, and even exact typography.
🎁 Free Tier Limits
All users receive 15 high-quality generations per day for free. Limits reset every day at 00:00 UTC.
Prompting Tips
- Be Descriptive: Use adjectives like "vibrant", "cinematic", "photorealistic".
- Specify Lighting: Mention "golden hour", "neon glow", or "soft studio lighting".
- Text Rendering: For posters or logos, put text in quotes (e.g., 'PicForge'). Our AI will prioritize rendering it perfectly.
Advanced Settings
Fine-tune your output for professional platforms using our advanced generation parameters.
Aspect Ratios
- 1:1 (Square): Best for Instagram posts.
- 16:9 (Landscape): Perfect for YouTube & Cinematic shots.
- 9:16 (Portrait): Optimized for Reels & TikTok.
- 4:3 / 3:2: Classic photography formats.
Quality Levels
- Standard: Fast generation (4 steps).
- HD: Enhanced detail (6 steps).
- Ultra HD: Maximum fidelity (8 steps).
Developer API
Integrate image generation into your own apps with our lightning-fast API, powered by Cloudflare's GPU network.
Authentication
Pass your key in the header. Manage keys in your Developer Settings.
X-API-Key: pc_your_key_here
HTTP Request
Request Headers
| Header | Value |
|---|---|
X-API-Key |
Your developer API key |
Content-Type |
application/json |
Body Parameters
| Field | Type | Description |
|---|---|---|
prompt |
string | Required. The description of the image. |
aspectRatio |
string | Optional. 1:1, 16:9, 9:16, etc. |
quality |
string | Optional. standard, hd, ultra. |
cURL Example
Use cURL to test your integration quickly from the command line.
curl -X POST https://ulqnsfuzhvwhfqspxror.supabase.co/functions/v1/image-api \
-H "X-API-Key: YOUR_API_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A futuristic city under a neon sky",
"aspectRatio": "16:9",
"quality": "hd"
}'
The response will contain a imageUrl field with the permanent storage link.