Pure Frontend stateless cron-trigger configuration console.
Must return JSON containing: media_url and caption.
Your API URL must return a valid JSON object. The system searches for several fallback keys automatically:
{
"media_url": "https://example.com/image.jpg",
"caption": "This is an automated post description!",
"media_type": "IMAGE"
}
Supported Keys:
media_url, image_url, video_url, url, image, or videocaption, text, title, or descriptionmedia_type or type (supports IMAGE, VIDEO, or REELS)Note: For videos, the system will automatically configure it as an Instagram Reel or Video container.