Update bot

An endpoint to retrieve all bots information

PUT https://api.aipixy.com/v1/bot/:uid/

Query Parameters

Headers

Request Body

curl -X PUT \
     -H "Authorization: Bearer YOUR_API_KEY" \
     -F "uid=BOT_UID" \
     -F "new_voice_path=@C:\your-voice.wav" \
     -F "name=James" \
     -F "gender=" \
     -F "age=" \
     -F "accent=" \
     -F "tags=[]" \
     -F "public=false" \
     https://api.aipixy.com/v1/bot

Last updated