Skip to main content
POST

Overview

Performs a HEAD request to the given URL with a 5-second timeout and returns whether it is publicly reachable. Useful for validating proof URLs before submission.
This endpoint always returns HTTP 200. Use the accessible boolean in the response body to determine the actual result.
No authentication required for this endpoint.

Request Body

string
required
The URL to check. Must start with http:// or https://.

Response

boolean
Always true (HTTP errors are expressed via the accessible field).
object

HTTP Status Code Mappings


Error Codes