Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/v1/server-verificationsPOST
Authorization
bearerAuth *Bearer <token>
Token in: header
Request Bodyapplication/jsonrequired
server *string
Min length: 1Max length: 160
Response
200 · A completed verification, or newline-delimited pending and terminal events when verification exceeds two seconds
server *string
status *"resolved" | "not_found"
terminalBuild *stringnull
region *string
workerImageDigest *string
Pattern: ^sha256:[a-f0-9]{64}$
observedAt *string
latencyMs *number
400 · Invalid request
error *object | object
401 · Invalid API key
error *object | object
403 · Insufficient API key scope or connected account slot limit
error *object | object
413 · Request body too large
error *object | object
429 · Rate limit exceeded
error *object | object
500 · Unexpected failure
error *object | object
503 · Capacity exhausted, upstream unavailable, or history coverage unsettled
error *object | object
Request example
curl -X POST "https://api.fivesocket.com/v1/server-verifications" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "server": "string" }'