Vocu Developers
🇺🇸 English
  • 🇺🇸 English
  • 🇨🇳 简体中文
Api Docs(Current)User GuideBack To APP
Api Docs(Current)User GuideBack To APP
🇺🇸 English
  • 🇺🇸 English
  • 🇨🇳 简体中文
  1. Api Docs(Current)
  • Overview
  • Authentication Method
  • Voice Character
    • Create a new voice character
      POST
    • Add a style to the voice character with the specified ID
      POST
    • Upload avatar for the voice character with the specified ID
      POST
    • Add a voice character to the account via a share ID
      POST
    • Get the list of voice characters for the current user
      GET
    • Get details of the voice character with the specified ID
      GET
    • Get the one-time share link ID for the specified voice character ID
      GET
    • Delete Voice Character with the specified ID
      DELETE
    • Delete Style of the specified ID for the Voice Character with the specified ID
      DELETE
  • Voice Generation
    • Synchronous real-time voice generation
      POST
    • Create Asynchronous Voice Generation Task
      POST
    • Get the list of asynchronous generation tasks for the current user
      GET
    • Get the details of an asynchronous generation task by ID
      GET
    • Delete an asynchronous generation task by ID
      DELETE
  • User Account
    • Get current user account information
      GET
  • Content Template
    • Create New Template
      POST
    • Update Template with Specified ID
      POST
    • Get User's Template List
      GET
    • Get Template Details with Specified ID
      GET
    • Delete Template with Specified ID
      DELETE
  1. Api Docs(Current)

Authentication Method

Learn how to use your API Key for authentication and to use our services

Get Your API Key #

You need to use an API Key to verify your identity when using Vocu's developer interfaces. You can access the API Platform from the side menu bar, and click the Create API Key button. In the pop-up window, give any name to this API Key (to facilitate recording its purpose). After confirmation, you will get a new API Key.
INFO
Each account can have a maximum of 5 different API Keys simultaneously. Once the limit is reached, you can create a new one by deleting any existing API Key. Deleted API Keys will become completely invalid and can no longer be used to access any Vocu API services.
WARNING
For security reasons, each API Key will only be displayed in plaintext in the pop-up window upon initial creation. Please keep it safe; you will not be able to retrieve it after closing the pop-up window.

Access Authentication#

After obtaining the API Key, you can easily complete authentication by including the following entry in the Header of any API request.
Authorization: Bearer <Your API Key>
For example:
Authorization: Bearer sk-2cdeh2375692vq5hp9fp32f58p967tca
Modified at 2025-11-09 12:16:11
Previous
Overview
Next
Create a new voice character