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://cai-intake.io/api/v1/parse-jobs \
  -H "X-API-Key: cai_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "source": {
      "type": "text",
      "content": "Side panel 720x560 qty 2 white board"
    },
    "options": {
      "defaultThicknessMm": 18,
      "aiMode": true
    }
  }'

Need More Help?

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