Update bot
An endpoint to retrieve all bots information
PUT
https://api.aipixy.com/v1/bot/:uid/
Query Parameters
Name | Type | Description |
---|---|---|
uid | String | The bot uid you want to update. |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Authorization: Bearer YOUR_API_KEY |
Request Body
Name | Type | Description |
---|---|---|
name | String | Name for the bot |
gender | String | Options: Male, Female, Non-binary |
age | String | Options: Children, Adult, Senior |
accent | String | Examples: Southern, British, Australian, etc. |
tags | String | Examples: Friendly, Formal, Casual, Dramatic, Corporate, etc. |
public | Boolean | Available publicly |
Last updated