post https://build.wield.xyz/apikey/create
Start by creating a free API key! We use API keys to prevent abuse: find the code behind these APIs at @wieldlabs/superhub!
Join our Developer Telegram to chat about Farcaster development, ask questions and get support!
curl -X POST \
-H "Content-Type: application/json" \
-d '{
"description": "YOUR_DESCRIPTION",
"email": "YOUR_EMAIL"
}' \
https://build.wield.xyz/apikey/create
Field | Description |
---|---|
DESCRIPTION | The name and description of the project. |
EMAIL | Your email address for any notifications. |
You'll use this API key as a request header in your HTTP request (API-KEY
). For Authentication, use farquest-default-auth-token
from your cookies formatted as Bearer ${token}
.
Support and Updates
Join our Developer Telegram to chat with other developers and to report any issues!
Legal Disclaimer
You agree to our Terms of Service and Privacy Policy when using our free APIs.