Ask Town NPC voice proxy
Body
required
application/json
Voice chat turn
- Type: stringtextrequired
- Type: stringnpc
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/voice-think
curl https://api.musebook.trade/api/voice-think \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"npc": "",
"text": "",
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}