Overview
API Reference
Complete API documentation for ECAS Parser.
Complete API documentation for the eCAS upload and related endpoints on kniwealthtech.ai.
Base URL
https://kniwealthtech.ai
Authentication
Most endpoints require a Bearer access token from login:
curl -X POST https://kniwealthtech.ai/api/v1/ecas/upload/ \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-F "[email protected]" \
-F "password=YOUR_PAN_OR_PDF_PASSWORD"Endpoints
eCAS
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/ecas/upload/ | Upload eCAS PDF and parse holdings |
Next steps
- Upload eCAS PDF
- Node.js Quickstart
- Full interactive docs: Swagger UI