GET
/
farcaster
/
frame
curl --request GET \
  --url https://api.neynar.com/v2/farcaster/frame \
  --header 'x-api-key: <api-key>'
{
  "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "link": "<string>",
  "pages": [
    {
      "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "version": "vNext",
      "title": "Welcome to Neynar",
      "image": {
        "url": "https://i.imgur.com/qo2AzBf.jpeg",
        "aspect_ratio": "1.91:1"
      },
      "buttons": [
        {
          "title": "<string>",
          "index": 123,
          "action_type": "post",
          "next_page": {
            "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
          }
        }
      ],
      "input": {
        "text": {
          "enabled": false,
          "placeholder": "<string>"
        }
      }
    }
  ],
  "valid": true
}

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Query Parameters

type
enum<string>
required

Type of identifier (either 'uuid' or 'url')

Available options:
uuid,
url
uuid
string

UUID of the mini app to fetch

url
string

URL of the Neynar mini app to fetch

Response

200
application/json
A mini app object

The response is of type object.