Skip to main content

Overview

The Posts API allows you to create and schedule content across multiple social media platforms from a single endpoint.

Supported Platforms

PlatformEndpointContent Limit
Instagram/v1/posts/instagram2,200 characters
LinkedIn/v1/posts/linkedin3,000 characters
X (Twitter)/v1/posts/x280 characters
Threads/v1/posts/threads500 characters

Authentication

All Posts API endpoints require authentication via API key:
Authorization: Bearer stover_pk_your_api_key

Common Fields

All platforms share these fields:
FieldTypeDescription
user_idUUIDYour user ID (must match API key owner)
titlestringInternal title for organization (max 200 chars)
statusenumdraft, scheduled, published, failed
scheduled_dateISO 8601When to publish (for scheduled posts)
hashtagsstring[]Hashtags without # prefix
media_urlsstring[]URLs of media to attach

Post Status Workflow

StatusDescription
draftSaved but not scheduled
scheduledWill be published at scheduled_date
publishedSuccessfully posted to platform
failedPublishing failed (check error logs)

Rate Limiting

LimitValue
Requests per minute30
Max payload size50KB

Platform-Specific Documentation