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
  • Low latency WebSocket real-time generation
  • Voice character
    • Create new voice character
      POST
    • Add style to voice character with specified ID
      POST
    • Upload avatar for voice character with specified ID
      POST
    • Add voice character to account via share ID
      POST
    • Get current user's voice character list
      GET
    • Get voice character details for specified ID
      GET
    • Get one-time share link ID for specified voice character ID
      GET
    • Delete voice character with specified ID
      DELETE
    • Delete specified ID style of voice character with specified ID
      DELETE
  • Voice generation
    • Synchronous real-time voice generation
      POST
    • Create asynchronous voice generation task
      POST
    • Regenerate asynchronous generation task for specified ID
      POST
    • Simple streaming voice generation
      GET
    • Get current user's asynchronous generation task list
      GET
    • Get asynchronous generation task details for specified ID
      GET
    • Delete asynchronous generation task with specified ID
      DELETE
  • User account
    • Get current user account information
      GET
  • File management
    • Create chunked upload file for subsequent professional cloning use
      POST
    • Upload chunk file
      POST
    • Complete file chunked upload
      POST
    • Simple file upload
      POST
  • Content template
    • Create new template
      POST
    • Update template with specified ID
      POST
    • Get user's template list
      GET
    • Get template details for 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 use our services

Get Your API Key #

You need to use the API Key to verify your identity when using Vocu's developer interface。To obtain your first API Key, please make sure you have completed at least one payment of any amount in your account to automatically gain API access.
After payment and obtaining API access, you can access Developer Center in the sidebar menu and click the Create API Key button. In the pop-up window, give any name to the API Key created this time (for easy recording of purpose), and confirm to get a new API Key。
INFO
Each of your accounts can have up to 5 different API Keys at the same time. After reaching the limit, you can recreate one by deleting any existing API Key。Deleted API Keys will be 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 plain text in the pop-up window when first created. 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 only need to carry the following items in the Header of any API request to easily complete authentication。
Authorization: Bearer <Your API Key>
For example:
Authorization: Bearer sk-2cdeh2375692vq5hp9fp32f58p967tca
Modified at 2025-08-09 14:44:50
Previous
Overview
Next
Low latency WebSocket real-time generation