v1

latestOpenAPI 3.0.42026-07-26159287356.1 KB
Cast

Embedded URL metadata

Crawls the given URL and returns metadata useful when embedding the URL in a cast.

get/v2/farcaster/cast/embed/crawl/

Query parameters

urlstring required

URL to crawl metadata of

Response

Success

Example response

{
  "metadata": {
    "frame": {
      "author": {
        "custody_address": "0x5a927ac639636e534b678e81768ca19e2c6280b7",
        "fid": 3
      }
    }
  }
}