Start by creating a free API key! We use API keys to prevent abuse: find the code behind these APIs at @wieldlabs/universe!

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.far.quest/apikey/create
FieldDescription
DESCRIPTIONThe name and description of the project.
EMAILYour 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.

Language
Click Try It! to start a request and see the response here!