Docs
Developer docs for the Detect API
Detection is the active API track. Submit an image file, receive a verdict, confidence level, evidence summary, scan ID, and report URL.
Live now
Image Detection API
Run image authenticity checks and return verdicts, evidence signals, reports, and confidence bands.
Coming soon
Image Generation API
Generate polished visuals from prompts once Pixoraid Ink AI goes live.
Coming soon
Office AI API
Automate PDF, document, spreadsheet, and writing tasks from your own tools.
Coming soon
Code AI API
Ship code generation, debugging, and explanation workflows from one endpoint.
Detect API quickstart
POST /detect
x-api-key: <partner_api_key>
Content-Type: multipart/form-data
file=<image_file>
Response:
{
"scan_id": "scan_...",
"verdict": "ai" | "real" | "uncertain",
"confidence_level": "high" | "medium" | "low",
"recommended_action": "allow" | "review",
"evidence_summary": "...",
"report_url": "/scans/.../report"
}Signed-in users can also call the API with their Google ID token as `Authorization: Bearer` — usage counts toward the account's monthly plan.