Publish message
Developer Managed
Publish message
Publish a message to farcaster. The message must be signed by a signer managed by the developer. Use the @farcaster/core library to construct and sign the message. Use the Message.toJSON method on the signed message and pass the JSON in the body of this POST request.
POST
Publish message
Node.js SDK
🔗 SDK Method: publishMessageToFarcaster Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.Authorizations
API key to authorize requests
Body
application/json
The body is of type PublishMessageReqBody · object.
Response
Success
The response is of type PublishMessageResponse · object.