
Build powerful integrations with Vibefy's comprehensive REST API. Access all features programmatically.
Get up and running with the Vibefy API in minutes
All API requests require authentication using your API key in the Authorization header.
All API endpoints are available under the following base URL:
Get a list of your social media posts:
Complete reference for all available API endpoints
Manage social media posts and content
List all posts
Create new post
Get specific post
Update post
Manage AI personas and content generation
List all personas
Create new persona
Generate content
Train with new content
Manage connected social media accounts
List connected accounts
Connect new account
Disconnect account
Get account metrics
Manage content scheduling and automation
List all schedules
Create new schedule
Update schedule
Execute schedule
Get real-time notifications about events in your Vibefy account
Your webhook endpoint must accept POST requests and return a 200 status code.
All webhooks include an X-Vibefy-Signature header for verification.
Failed deliveries are retried up to 5 times with exponential backoff.
Official libraries to speed up your integration
Official SDK for JavaScript and Node.js applications.
Python SDK for data science and automation workflows.
PHP library for web applications and CMS integrations.
API usage limits and best practices
Reduce API calls by using webhooks for real-time updates.
Cache frequently accessed data to reduce API usage.
Implement proper error handling and retry logic.