create_post
Publish AI prompt posts and guides to the AR LABS website. Automatically uploads thumbnail images and sends push notifications to subscribers.
Instructions
Publish a new AI Prompt post/guide to the AR LABS website. Automatically handles image uploads (URL or Base64) and sends OneSignal push notifications to subscribers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the post (e.g. 'Viral Cyberpunk Girl Midjourney Prompt') | |
| prompt | Yes | The exact AI prompt text that users can copy | |
| description | Yes | Overview description, guide instructions, and tips for the user | |
| imageBase64 | No | Base64 string of the thumbnail image (will be automatically uploaded to ImgBB) | |
| thumbnailUrl | No | Direct URL of the thumbnail image (or provide imageBase64) | |
| sendNotification | No | Whether to send a push notification to subscribers (default: true) | |
| notificationHeading | No | Custom heading for the push notification (optional) |