Documentation Index
Fetch the complete documentation index at: https://docs.chicago.global/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All API requests should be made to:Authentication
All API endpoints require a Bearer token in the Authorization header:Async Job Processing
Several endpoints (like Portfolio Analysis) use async job processing for long-running operations:- Submit Request - POST your data to the endpoint
- Receive Job ID - Get a
job_idandcheck_urlimmediately - Poll for Status - GET the
check_urluntil status iscompleted - Get Results - The completed response contains your data
Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 401 | Unauthorized - Invalid or missing API key |
| 404 | Not found |
| 422 | Validation error - Check request body |
| 500 | Server error |