POST /socials/posts with your content and a list of platforms. One call fans out to every channel, and you manage the replies and analytics from the same place.
Connect platforms
Posting requires at least one connected account. Two ways to connect:twitter, linkedin, instagram, facebook, youtube, tiktok, pinterest, threads, reddit, bluesky.
Publish a post
content and platforms are required. Without publish_now or scheduled_at, the post is saved as a draft.
| Field | Purpose |
|---|---|
content | The post text (required) |
platforms | Array of target platforms (required) |
publish_now | true to post immediately |
scheduled_at | ISO-8601 time to schedule for later |
media_urls | Public image/video URLs |
upload_ids | IDs from prior POST /socials/upload |
platform_data | Per-platform overrides keyed by platform |
youtube_type | SHORT or VIDEO (for YouTube) |
title | Title (where the platform uses one) |
Worked example: schedule a post to three platforms
This schedules one post to LinkedIn, X, and Threads, with a LinkedIn-specific override and an attached image.Publish a draft later
Posts created withoutpublish_now/scheduled_at stay as drafts until you publish them.
Manage comments
Crevio surfaces incoming comments so you (or an agent) can engage without leaving the API. Reply publicly, hide spam, like, send a private reply, or delete.unhide, like, private_reply, and delete.
Analytics
Pull performance at the account level (across all connected channels) or for an individual post.Next steps
Tasks
Have Crevio write and schedule social posts on a recurring basis.
Images
Generate post visuals with AI.
Ads & Voice
Turn a high-performing post into a paid ad.
API reference
Every social endpoint and parameter.

