v1
latestOpenAPI 3.0.42026-07-26159287356.1 KBAgents
Cast conversation summary
Generates a summary of all casts related to a conversation surrounding a cast by passing in a cast hash or Farcaster URL. Summary is generated by an LLM and is intended to be passed as a context to AI agents.
get/v2/farcaster/cast/conversation/summary/
Query parameters
identifierstring required
Example:0x9288c1e862aa72bd69d0e383a28b9a76b63cbdb4
Cast identifier (It's either a URL or a hash))
limitinteger
Example:50
Number of casts to consider in a summary up to a point of target cast
promptstring
Example:be unreasonably dramatic
Additional prompt used to generate a summary
Response
Success
Example response
{
"summary": {
"mentioned_profiles": [
{
"auth_addresses": [
{
"address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"app": {
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
}
],
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3,
"profile": {
"bio": {
"mentioned_profiles": [
{
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
]
}
},
"verifications": [
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
],
"verified_addresses": {
"eth_addresses": [
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
],
"primary": {
"eth_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}
}
}
],
"participants": [
{
"auth_addresses": [
{
"address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"app": {
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
}
],
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3,
"profile": {
"bio": {
"mentioned_profiles": [
{
"custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
"fid": 3
}
]
}
},
"verifications": [
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
],
"verified_addresses": {
"eth_addresses": [
"0x5a927ac639636e534b678e81768ca19e2c6280b7"
],
"primary": {
"eth_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7"
}
}
}
]
}
}