Skip to main content
POST
/
v2
/
farcaster
/
action
User actions across apps
curl --request POST \
  --url https://api.neynar.com/v2/farcaster/action/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "action": {
    "type": "create.user",
    "payload": {}
  },
  "base_url": "https://example.com",
  "signer_uuid": "123e4567-e89b-12d3-a456-426614174000"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neynar.com/llms.txt

Use this file to discover all available pages before exploring further.

Node.js SDK

šŸ”— SDK Method: publishFarcasterAction Use this API endpoint with the Neynar Node.js SDK for typed responses and better developer experience.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
action
object
required
base_url
string<uri>
required

The base URL of the app on which the action is being performed.

Example:

"https://example.com"

signer_uuid
string<uuid>
required

The signer_uuid of the user on behalf of whom the action is being performed.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

200 - application/json

Success

The response is of type object.