Skip to content

Commit 05a193a

Browse files
committed
Design tweaks
1 parent 024ee69 commit 05a193a

6 files changed

+24
-6
lines changed

Background_avatars.gif

2.48 MB
Loading

api-reference/limitations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can contact us if your use case requires a higher limit.
1515

1616
As of now 17 faces are available for use. If your use case requires a specific face, you can contact us and we can create one for you.
1717

18-
<Note>Public figures such are not allowed to be listed</Note>
18+
<Info>Public figures such are not allowed to be listed</Info>
1919

2020
## Sessions availability
2121

api-reference/swagger.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Swagger"
3+
url: "http://35.214.172.224:8080/docs#/"
4+
---
5+
6+
<Check>
7+
Our Swagger is hosted at [http://35.214.172.224:8080/docs#/](http://35.214.172.224:8080/docs#/)
8+
</Check>

introduction.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ icon: 'flag'
44
description: 'Simli lets developers create interactive AI avatars. Ready to make your first one? Your journey begins here.'
55
---
66

7+
# An API with endless possibilities.
8+
With visual conversational AI avatars like our API gives you, anything is possible: mock interviews, sales assistants, language training, coaching, CS training, historical characters and so much more.
9+
<Frame>
10+
<img src="/Background_avatars.gif" />
11+
</Frame>
12+
713
## Key Concepts
814

915
### API Key
@@ -34,7 +40,7 @@ Here are some resources to get you started
3440
<CardGroup cols={2}>
3541
<Card
3642
title="Quick Start"
37-
icon="jet-fighter"
43+
icon="bolt"
3844
href="/quickstart"
3945
>
4046
Quickly implement Simli APIs into your projects

mint.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
"group": "API Documentation",
3838
"pages": [
3939
"api-reference/introduction",
40-
"api-reference/limitations",
41-
"api-reference/available-face-ids",
42-
"api-reference/available-voice-ids"
40+
"api-reference/limitations"
4341
]
4442
},
4543
{
@@ -50,6 +48,10 @@
5048
"api-reference/endpoint/getPossibleVoiceIDs",
5149
"api-reference/endpoint/getPossibleFaceIDs"
5250
]
51+
},
52+
{
53+
"group": "",
54+
"pages": ["api-reference/swagger"]
5355
}
5456
],
5557
"modeToggle": {

sample-project.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ We've crafted a JavaScript demo covering all the key functionalities you need to
1616
- Recieve and update App State
1717

1818
### Preview
19-
![preview](/preview.gif)
19+
<Frame>
20+
<img src="/preview.gif" />
21+
</Frame>
2022

2123
### Repo
2224
<Card

0 commit comments

Comments
 (0)