v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBCast
Post a cast
Posts a cast or cast reply. Works with mentions and embeds.
(In order to post a cast signer_uuid must be approved)
post/v2/farcaster/cast/
Request body
Example request
{
"channel_id": "neynar",
"embeds": [
{
"cast_id": {
"fid": 3
}
}
],
"parent_author_fid": 3,
"signer_uuid": "19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
}Response
Success
Example response
{
"cast": {
"author": {
"fid": 3
},
"hash": "0x71d5225f77e0164388b1d4c120825f3a2c1f131c"
}
}