Here's a list of all the methods. All methods are grouped into 5 groups: account, character, chat, user and utils. For example, to call an account method, you have to do something like:
| account |
async fetch_me |
async fetch_my_settings |
async fetch_my_followers |
async fetch_my_following |
async fetch_my_persona |
async fetch_my_personas |
async fetch_my_characters |
async fetch_my_upvoted_characters |
async fetch_my_voices |
async edit_account |
async create_persona |
async edit_persona |
async delete_persona |
async set_default_persona |
async unset_default_persona |
async set_persona |
async unset_persona |
async set_voice |
async unset_voice |
| character |
async fetch_characters_by_category |
async fetch_recommended_characters |
async fetch_featured_characters |
async fetch_similar_characters |
async fetch_character_info |
async search_characters |
async search_creators |
async character_vote |
async create_character |
async edit_character |
| chat |
async fetch_histories |
async fetch_chats |
async fetch_chat |
async fetch_recent_chats |
async fetch_messages |
async fetch_all_messages |
async fetch_following_messages |
async fetch_pinned_messages |
async fetch_all_pinned_messages |
async update_chat_name |
async archive_chat |
async unarchive_chat |
async copy_chat |
async create_chat |
async update_primary_candidate |
async send_message |
async another_response |
async edit_message |
async delete_messages |
async delete_message |
async pin_message |
async unpin_message |
| user |
async fetch_user |
async fetch_user_voices |
async follow_user |
async unfollow_user |
| utils |
async ping |
async fetch_voice |
async search_voices |
async generate_image |
async upload_avatar |
async upload_voice |
async edit_voice |
async delete_voice |
async generate_speech |