AI Features
Post Optimization
Optimize existing content for better engagement.
Post Optimization
Pro + AI
Take existing content and optimize it for each platform's audience and format.
Basic usage
$optimized = $client->ai()->optimize([
'content' => 'We just released version 2.0 of our product with lots of new features.',
'platforms' => ['twitter', 'linkedin'],
]);
// Twitter: "🚀 v2.0 is here! Packed with new features that'll change how you work. Check it out →"
// LinkedIn: "Excited to announce version 2.0 of our product! This release includes..."What optimization does
- Adjusts length to fit platform character limits
- Adjusts tone to match platform culture (casual for Twitter, professional for LinkedIn)
- Adds engagement hooks (questions, calls to action)
- Suggests emoji placement
- Optimizes hashtags for discoverability
Options
| Option | Description | Default |
|---|---|---|
content | Original content | Required |
platforms | Target platforms | All connected |
preserve_links | Keep URLs intact | true |
preserve_mentions | Keep @mentions | true |
goal | Optimization goal | engagement |
Goals
| Goal | Focus |
|---|---|
engagement | Maximize likes, shares, comments |
clicks | Maximize link clicks |
awareness | Maximize reach and impressions |
conversions | Drive specific actions |