Developer API
Social and Automation
Connect publishing accounts, schedule posts, generate captions, upload media, and monitor channels for automatic imports.
#Accounts
Manage connected social accounts for publishing workflows.
| Method | Endpoint | Auth | Scope | Audience | Description |
|---|---|---|---|---|---|
| GET | /social/accounts | API key | social | Developers | List social accounts connected to the current user. |
| POST | /social/accounts/connect | API key | social | Developers | Connect a social account record for YouTube, Instagram, TikTok, LinkedIn, X, or Facebook. |
| DELETE | /social/accounts/:id | API key | social | Developers | Disconnect a social account by id. |
/social/accountsList social accounts connected to the current user.
/social/accounts/connectConnect a social account record for YouTube, Instagram, TikTok, LinkedIn, X, or Facebook.
/social/accounts/:idDisconnect a social account by id.
#Posts and captions
Create, update, delete, schedule, and caption social posts.
| Method | Endpoint | Auth | Scope | Audience | Description |
|---|---|---|---|---|---|
| GET | /social/posts | API key | social | Developers | List scheduled posts, optionally filtered by date range. |
| POST | /social/posts | API key | social | Developers | Create a draft or scheduled post with content, hashtags, media, accounts, and platform options. |
| PUT | /social/posts/:id | API key | social | Developers | Update post content, hashtags, schedule, or status. |
| DELETE | /social/posts/:id | API key | social | Developers | Delete a scheduled post and clear its account associations. |
| POST | /social/generate-caption | API key | social | Developers | Generate a social caption from a transcript or media id. |
/social/postsList scheduled posts, optionally filtered by date range.
/social/postsCreate a draft or scheduled post with content, hashtags, media, accounts, and platform options.
/social/posts/:idUpdate post content, hashtags, schedule, or status.
/social/posts/:idDelete a scheduled post and clear its account associations.
/social/generate-captionGenerate a social caption from a transcript or media id.
#Automation
Upload media and register channels or folders for automatic imports.
| Method | Endpoint | Auth | Scope | Audience | Description |
|---|---|---|---|---|---|
| POST | /social/upload | API key | social | Developers | Upload an MP4 for social publishing workflows. |
| POST | /import/auto | API key | social | Developers | Register a platform channel or folder for automated video import monitoring. |
/social/uploadUpload an MP4 for social publishing workflows.
/import/autoRegister a platform channel or folder for automated video import monitoring.