Farcaster API
Send Cast
POST
/
casts
The body of sending a cast is made up of primarily two pieces. One is the signerId
provided by using Farcaster Auth. The other is the castAddBody
object which follows the same pattern of Farcaster Hubs when submitting a cast.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The response is of type object
.