Skip to main content
POST

Body

content
string
The contents of the post you wish to publish. This can be any string of text, can include any links.
relays
array
The array of relay URLs you wish to publish your post to.
when
number
If you want to schedule the post to be published at a later time, you can pass a UNIX timestamp number here. If you do not pass this parameter, the post will be broadcast immediately.

Response

success
boolean
Indicates whether the call was successful. true if successful, false if not.
message
string
Message detailing the results of the operation.