The entry link used to get the video communication.Through this link, you can video communicate with the AI and ask any question you want to communicate.
If necessary, please contact me via email and tell me your purpose. I will give you feedback in time and provide you with a testable token. Please keep it confidential. Our email is panohire@gmail.com
FaceTo-AI already automatically links to ChatGPT. The model uses gpt-3.5-turb, so you can use it directly. Of course, if you have a custom ChatAPI, you can pass it to us with parameters and develop it according to our interface specification, so you can customize the ChatGPT interface. The ChatAPI interface design document is available at:About ChatAPI
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
chatapi
object
optional
ChatAPI Config
api
string
required
You can customize the chatapi interface. For details, see About ChatAPI above.If you do not implement the interface, this parameter can be passed without, or with an empty string
key
string
required
The auth key required by chatapi.If it is set, we will put it in the Authorization Bearer in the Http Header when calling chatapi. like as Authorization Bearer {key}
config
object
optional
Some custom configurations about the video room.These configurations allow for more variety in your video communication, which is a wonderful thing.
duration
integer
optional
This parameter controls the maximum duration of the current video communication, in seconds. The maximum duration is 600 (10 minutes), Minimum value 180 (3 minutes). eg:300,Video communication will be limited to five minutes.
greeting
string
optional
You can customize the greeting of the AI robot. If it is not set, we will automatically reply to the universal greeting.
voice_id
string
optional
AI voice can be assigned
username
string
optional
AI Username Set
botname
string
optional
AI Bot Name Set
webhook
object
optional
Webhook Config
api
string
required
When you set up the webhook api, we will push relevant data to you after the room ends the call, such as chat messages, voice, and video data.
key
string
required
The auth key required by webhook api.If it is set, we will put it in the Authorization Bearer in the Http Header when calling webhook api. like as Authorization Bearer {key}