Skip to content

Commit 13b1334

Browse files
author
dvonthenen
committed
Restructure the repo for additional use cases
1 parent 2628662 commit 13b1334

File tree

19 files changed

+27
-18
lines changed

19 files changed

+27
-18
lines changed

README.md

+27-18
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,33 @@ Symbl's APIs empower developers to enable:
1010

1111
## List of Examples as Code
1212

13-
### Async (Offline, Pre-recorded, etc)
14-
15-
The Async APIs allow individuals to obtain conversation intelligence on offline,
16-
pre-recorded conversations in an audio format (mp3, wav, etc).
17-
18-
- [Action-Items](./examples/node/async/action-items)
19-
- [Analytics](./examples/node/async/analytics)
20-
- [Entities](./examples/node/async/entites)
21-
- [Follow-Ups](./examples/node/async/follow-ups)
22-
- [Messages](./examples/node/async/messages)
23-
- [Questions](./examples/node/async/questions)
24-
- [Summary](./examples/node/async/summary)
25-
- [Topics](./examples/node/async/topics)
26-
- [Trackers](./examples/node/async/trackers)
27-
28-
### Summary UI (Offline, Pre-recorded,etc)
29-
30-
- [Summary UI for Video](./examples/node/async-url/summary-ui-video)
13+
### Upload a Conversation using the Async APIs
14+
15+
The Async APIs allow individuals to obtain conversation intelligence on offline, pre-recorded conversations in an audio format (mp3, wav, etc). These examples demonstrate how to upload an audio or video files for processing.
16+
17+
- [Action-Items](./examples/node/async-upload/action-items)
18+
- [Analytics](./examples/node/async-upload/analytics)
19+
- [Entities](./examples/node/async-upload/entites)
20+
- [Follow-Ups](./examples/node/async-upload/follow-ups)
21+
- [Messages](./examples/node/async-upload/messages)
22+
- [Questions](./examples/node/async-upload/questions)
23+
- [Summary](./examples/node/async-upload/summary)
24+
- [Topics](./examples/node/async-upload/topics)
25+
- [Trackers](./examples/node/async-upload/trackers)
26+
27+
### Reference a URL using the Async APIs
28+
29+
- Action-Items: TODO
30+
- Analytics: TODO
31+
- Entities: TODO
32+
- Follow-Ups: TODO
33+
- Messages: TODO
34+
- Questions: TODO
35+
- Summary: TODO
36+
- Topics: TODO
37+
- Trackers: TODO
38+
- Summary UI for Audio: TODO
39+
- [Summary UI using a Video](./examples/node/async-url/summary-ui-video)
3140

3241
### Management (Tracker management)
3342

0 commit comments

Comments
 (0)