TikTok Integration
TikTok Content Integration
Automated social media publishing for Conceive Plus — powered by TikTok Content Posting API
Source Content from Okendo Reviews
The integration automatically pulls 5-star customer video reviews from our Okendo review platform across all 6 Conceive Plus stores. Reviews are scored by emotional resonance, story quality, and engagement potential.
Generate Captions & Hashtags
AI-generated captions are created for each video, tailored for TikTok and Instagram Reels. Hashtags are optimised for the fertility community: #TTC #PCOS #FertilityJourney #ConceivePlus and more.
Publish via TikTok Content Posting API
Videos are uploaded and scheduled directly to the @conceiveplus TikTok account using the Content Posting API with video.upload and video.publish scopes. Posts are scheduled for optimal engagement times.
Monitor Performance
Post performance is tracked and reported weekly. Top-performing content is identified and similar content is prioritised in future weeks.
Live Integration Demo
The video has been submitted to TikTok via the Content Posting API.
TikTok Post ID: 7511862394821049345
Status: PROCESSING_UPLOAD → will be live at 09:00 AM Monday
Privacy: Private (sandbox mode — will be public after app approval)
The same video has been cross-posted to Instagram Reels @conceive_plus ✅
API Request Preview
POST https://open.tiktokapis.com/v2/post/publish/video/init/
Authorization: Bearer [access_token]
Content-Type: application/json; charset=UTF-8
{
"post_info": {
"title": "After 14 months of trying... 💛 #TTC #ConceivePlus",
"privacy_level": "SELF_ONLY",
"disable_duet": false,
"disable_comment": false,
"disable_stitch": false,
"brand_content_toggle": true,
"brand_organic_toggle": true
},
"source_info": {
"source": "PULL_FROM_URL",
"video_url": "https://conceiveplus.com/cdn/reviews/sarah-m-review.mp4",
"chunk_size": 10000000,
"total_chunk_count": 1
}
}