Represents a new cast (post) being created in the Farcaster network. A cast can include text content, mentions of other users, embedded URLs, and references to parent posts for replies.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://neynar.com/schemas/hub/MessageDataCastAdd",
"title": "Hub MessageDataCastAdd",
"description": "Represents a new cast (post) being created in the Farcaster network. A cast can include text content, mentions of other users, embedded URLs, and references to parent posts for replies.",
"allOf": [
{
"$ref": "#/components/schemas/MessageDataCommon"
},
{
"type": "object",
"required": [
"castAddBody"
],
"properties": {
"castAddBody": {
"description": "The content and metadata of the new cast, including the text, mentions, embeds, and any parent references for replies.",
"allOf": [
{
"$ref": "#/components/schemas/CastAddBody"
}
]
}
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.