Skip to main content
POST
Verifies a location attestation for a drone.

Body

application/json

Request to verify location attestation.

drone_id
string
required

Identifier of the drone making the attestation.

location
object
required

Claimed geographic location.

timestamp
integer<int64>
required

Unix timestamp of the attestation.

Response

200 - application/json

Location verification result

Response for location verification.

is_valid
boolean
required

Whether the location attestation is valid.

attestation_tx
string | null

Blockchain transaction recording the attestation.

confidence
number<float> | null

Confidence score (0.0–1.0) of the verification.