askill
mixpost-schedule

mixpost-scheduleSafety 85Repository

Mixpost API. Post creation. Queue scheduling.

0 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

Mixpost Schedule

API Base

https://your-mixpost.com/api/v1
Authorization: Bearer {token}

Create Post

POST /posts
{
  "body": "Post content #hashtag",
  "media": [{"id": "media_123"}],
  "accounts": ["acc_1", "acc_2"],
  "scheduled_at": "2024-01-15T10:00:00Z"
}

Queue Management

# List scheduled
GET /posts?status=scheduled

# Reschedule
PATCH /posts/{id}
{"scheduled_at": "2024-01-16T14:00:00Z"}

# Delete from queue
DELETE /posts/{id}

Upload Media

POST /media
Content-Type: multipart/form-data
file: @image.jpg

Gotchas

  • scheduled_at in UTC
  • Max 4 images or 1 video per post
  • accounts[] = connected social account IDs
  • Draft posts: omit scheduled_at

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

62/100Analyzed 2/18/2026

A practical API reference for Mixpost scheduling with clear curl examples and gotchas. The skill is well-structured with actionable endpoints but lacks usage context and response examples. Located in a deep nested path suggesting potential internal project focus, but the API reference format is broadly reusable.

85
75
65
45
72

Metadata

Licenseunknown
Version-
Updated2/8/2026
Publisherludoplex

Tags

api