Vanguard AI

Quickstart

This walkthrough takes you from zero to a first successful OCR scan.

1. Create an account

Sign up to get a session token (JWT) and your organization’s free monthly credits.

2. Mint an API key

Use the session token to create an API key. The key is shown once — store it now.

3. Run OCR

Send a document image with your API key.

200 Extraction result
{
  "status": "success",
  "service": "ocr",
  "data": { "documentType": "PASSPORT", "surname": "..." },
  "credits": 1,
  "latencyMs": 842,
  "stored": null
}

4. Check your balance

That’s it. From here, explore Speech‑to‑Text, Chat, or the full API Reference.