Skip to content

Ask AI

Coming soon — ask questions about these docs in natural language.

Until then, use ⌘K to search the full docs set.

REST API

Use the REST API directly when your product already owns the workflow and needs structured CAS output in your own backend or app flow.

https://api.portfoliointel.co.in

Pass your API key as a header:

  • X-API-Key: sk_live_*
  • Authorization: Bearer sk_live_*
Terminal window
curl -X POST https://api.portfoliointel.co.in/api/v1/parse \
-H "X-API-Key: sk_live_YOUR_KEY" \
-F "file=@cas.pdf" \
-F "password=optional-pdf-password"