Export for LLMs¶
Building your integration with an AI coding agent? Give it the whole INDstocks API reference as a single Markdown file — every endpoint, parameter and error code in one place, so it writes against our actual API instead of guessing.
Download the full documentation (~260 KB)
What's inside¶
| Content | What it gives your agent |
|---|---|
| Every page of this documentation | The full API surface, without crawling a site |
| The complete OpenAPI 3.0 spec | Enough to generate a typed client |
| Request bodies, responses and error codes | Correct payloads and proper error handling |
| Base URL, support contact and export date | Certainty about which version it is working from |
The file is rebuilt whenever this documentation changes, so it always matches what you see on this site.
Using it with your agent¶
Add the file to your project, or paste it into a chat, and describe the call you need — placing a GTT order, streaming quotes over WebSocket, reconciling holdings. Your agent has the endpoint paths, the parameter names and the error codes, so the code it produces lines up with our API.
Working with OpenAPI directly?
If your tooling consumes OpenAPI, use openapi-spec.yaml on its own — it is smaller than the full export and enough to generate a client.
See Also¶
- Quick Start Tutorial — make your first authenticated call
- API Overview — what the API covers
- API Conventions — authentication, request format and error shapes