tune پوسٹر جنریٹر کنفیگریشن
1080 × 1080 pxpreview لائیو پوسٹر پریویو (Live Output)
Ready
پوسٹر تیار ہو رہا ہے...
Jameel Noori Nastaleeq + UL Sajid Heading Font
Direct URL:
/imgapi/test_render.png
integration_instructions
n8n Automation & Facebook Publishing Guide
این این (n8n) اور فیس بک آٹومیشن اے پی آئی
آپ n8n میں HTTP Request نوڈ کے ذریعے کسی بھی وقت نئی تصویر اور سرخی بھیج کر چند ملی سیکنڈ میں نیا پوسٹر حاصل کر سکتے ہیں۔ عام الفاظ خودکار طور پر Jameel Noori Nastaleeq اور ہائی لائٹ الفاظ UL Sajid Heading میں رینڈر ہوتے ہیں۔
POST
Returns JSON Image URL
https://api.jamshedrizwani.com/api/generate
JSON Request Body Payload:
{
"imageUrl": "https://southtoday.live/wp-content/uploads/news-photo.jpg",
"headline": "جنوبی پنجاب کے بجٹ میں *تاریخی* اضافہ",
"website": "www.southtoday.live",
"highlightWords": ["تاریخی"]
}
POST (Binary File)
Direct File Stream for FB Upload
https://api.jamshedrizwani.com/api/generate?returnType=binary
n8n Node Configuration:
- Node: HTTP Request
- Method: POST
- Response Format: File / Binary
- Next Node: Facebook Graph API →
/me/photoswith binary file!
curl -X POST https://api.jamshedrizwani.com/api/generate \
-H "Content-Type: application/json" \
-d '{
"imageUrl": "https://images.unsplash.com/photo-1585829365295-ab7cd400c167?w=1080",
"headline": "پنجاب حکومت کا کسانوں کے لیے *بڑا پیکج*، زرعی قرضے *معاف*",
"website": "www.southtoday.live"
}'