Skip to content

Commit 18eda5d

Browse files
Documentation edits made through Mintlify web editor
1 parent 63d5c26 commit 18eda5d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/quickstart.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: "2"
33
---
44

55
# Quickstart Guide
@@ -47,6 +47,7 @@ This endpoint returns a Server-Sent Events (SSE) stream with:
4747
3. A final `full_answer` event with the complete response
4848

4949
Example response (simplified):
50+
5051
```
5152
data: {"type":"id_mapping","mapping":{"#a060daba":{"sourceLink":"...","sourceMetadata":{...}},...}}
5253
@@ -73,6 +74,7 @@ curl -X POST "https://rest-api-captide.co/api/v1/rag/chunks" \
7374
```
7475

7576
This returns JSON with an array of document snippets including:
77+
7678
- Full text content with HTML element IDs
7779
- Document metadata (filing type, date, ticker, etc.)
7880
- Source links for retrieving the full document
@@ -157,5 +159,5 @@ For a live example of Captide in action, visit [app.captide.co/chat](https://app
157159

158160
## Next Steps
159161

160-
- Explore the [API Reference](/api) for detailed documentation
161-
- Obtain a liscence for production or commercial use: [Contact our team](https://www.captide.ai/contact/api-request)
162+
- Explore the [API Reference](/api) for detailed documentation.
163+
- Obtain a liscence for production or commercial use: [Contact our team](https://www.captide.ai/contact/api-request).

0 commit comments

Comments
 (0)