cURL
curl --request POST \ --url https://rawugc.com/api/v1/social/posts/{postId}/publish \ --header 'Authorization: Bearer <token>'
{ "postId": "<string>", "platforms": [ "<string>" ], "status": "draft", "scheduledFor": 123, "timezone": "<string>", "content": "<string>", "videoUrl": "<string>", "createdAt": 123, "publishedAt": 123 }
Immediately publish a draft post to the configured social media platforms.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Post ID
Post published
Platform names
draft
scheduled
published
failed
Unix timestamp of scheduled publish time
Post caption
Was this page helpful?