Action APIs
Make Post
Post notes and events to any Nostr relay
POST
Documentation Index
Fetch the complete documentation index at: https://docs.nostrapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
The contents of the post you wish to publish. This can be any string of text, can include any links.
The array of relay URLs you wish to publish your post to.
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
Indicates whether the call was successful.
true if successful, false if not.Message detailing the results of the operation.