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
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
castAddBody
object
signerId
string
Response
200 - application/json
The response is of type object
.