Validate a post
Check a post against every addressed network, and see how it will be threaded.
Authorizations
An API key beginning with nylon_live_.
Body
The connected profiles to publish to. Every one is validated before anything sends.
1The caption. On the four threading networks this may exceed one
post's limit — see auto_thread.
2000035A URL, or an object when you want alt text or a video cover.
"https://cdn.example.com/launch.jpg"
A link to attach, on the networks that render one.
post, reel, story Required by YouTube; used by Pinterest and TikTok photo posts.
300Explicit thread parts. When set they are published verbatim rather
than derived from text — someone who wrote the breaks gets the
breaks they wrote.
50Split an over-long caption into a thread rather than rejecting it. Only meaningful on X, Threads, Bluesky and Mastodon.
When to publish. A time in the past is treated as now rather than
refused, and so is a time less than a minute out — "in forty
seconds" means now. Anything further out is held by a durable run
that wakes at that time. The response says which happened:
status: "scheduled" with the time, or an already-published post.
Publish immediately, ignoring scheduled_at.
Replaying a request with a key that was already used returns the
original post untouched, with Idempotent-Replay: true.
8 - 255Per-network overrides, keyed by network. An unknown key is rejected by name.
Response
The verdict. valid is false when any addressed network rejects
the post; the response is still 200, because the request itself
was well formed.