Add AI Role API
Used to add a new AI role.
Request URL GET / POST
http
https://nobase.cn/api/ai/add-roleRequest Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appid | string | ✅ Yes | Application unique identifier |
| signature | string | ✅ Yes | Application signature |
| name | string | ✅ Yes | Role name |
| prompt | string | ✅ Yes | Role prompt |
TIP
Please refer to the Chinese documentation for more details.

