Start by creating a free API key! We use API keys to prevent abuse: find the code behind these APIs at @wieldlabs/superhub!
curl -X POST \
  -H "Content-Type: application/json" \
  -d '{
    "description": "YOUR_DESCRIPTION",
    "email": "YOUR_EMAIL"
  }' \
  https://build.wield.xyz/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}. You agree to our Terms of Service and Privacy Policy when using our free APIs.