cURL
curl --request POST \ --url https://build.wield.xyz/farcaster/v2/frames \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "frameDetails": {} }'
{ "result": { "frame": {} }, "success": true, "source": "v2" }
Free API key needed to authorize requests, grab one at docs.wield.xyz
User authorization token, entered as Bearer <token>
Bearer <token>
Cast frame created successfully
The response is of type object.
object