Documentation

Everything you need to know about using CAI Intake effectively. 28 articles across 6 categories.

Quick API Example

Create a parse job via the API:

bash
curl -X POST https://api.cai-intake.io/v1/parse-jobs \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "source": {
      "kind": "text",
      "text": "Side panel 720x560 qty 2 white board"
    },
    "options": {
      "units": "mm",
      "default_thickness_mm": 18
    }
  }'

Need More Help?

Can't find what you're looking for? Our support team is ready to assist.