5.1 Detect Image

POST /v1/detect/image

Request:

{
  "source_url": "https://picsum.photos/seed/px/600/400",
  "return_explanation": true
}

Headers:

x-api-key: dev_key_123
x-prvx-address: 0xYourWallet

Response:

{
  "consensus_prob": 0.89,
  "label": "ai_likely",
  "latency_ms": 1645,
  "confidence": 0.92,
  "miner_url": "http://miner1:6061",
  "prvx_address": "0xYourWallet"
}

Last updated