Back to Home
Previous
Next
中文文档
150
points, requires proxy
/.well-known/vercel/security/request-challenge
, and _vcrcs
exists in cookies
, it means vercel
verification is present
Version | API URL |
---|---|
Universal |
http://api.nocaptcha.io/api/wanda/vercel/universal |
Parameter Name | Description | Required |
---|---|---|
User-Token |
User secret, get from homepage |
Yes |
Content-Type |
application/json |
Yes |
Developer-Id |
Developer ID, for developer users, string from homepage invite link (e.g. xxx/register?c=abcdef, then abcdef is Developer ID) |
No |
Parameter Name | Type | Description | Required |
---|---|---|---|
href |
String |
Page URL that triggers vercel verification |
Yes |
proxy |
String |
Proxy must be consistent, use overseas proxy, format: ip:port or usr:pwd@ip:port (contact admin if issues) |
No |
user_agent |
String |
Custom user_agent |
No |
timeout |
Integer |
Verification timeout |
No |
{
"href": "https://faucet.story.foundation/",
"proxy": "user:pass@ip:port"
}
Parameter Name | Type | Description |
---|---|---|
status |
String |
Submission status, success or fail |
message |
String |
Status description |
verify_token |
String |
Token for verification, use in subsequent requests |