Logo

Get Started

The DolphinVoice platform, based on our company's proprietary AI technologies such as speech recognition and speech synthesis, enables amazing human-machine interaction experience. It is suitable for many business scenarios such as meeting minutes, call center, e-commerce livestreaming and audiobook.

This document introduces the necessary procedures to access the DolphinVoice platform and guides you to create a trial project quickly and easily.

Access Steps

Step 1: Registration and Sign In

  1. Navigate to the DolphinVoice website and click on the "Sign In" button on the right side to access the sign in page.

start-1

  1. Click the "Sign Up" button to proceed to the registration page (if you already have an account, please go directly to step 5 to log in Sign in).

start-2

  1. Enter your email address to register. After registration is complete, an email will be sent to you. Click the URL in the email to open the registration information supplement page.

The URL in the email is valid for 24 hours. If the validity period has expired, please proceed with the registration process again.

If you haven't received the email after a while, please check to make sure the email address you entered is correct, or please re-register.

start-3

  1. Open the URL in the email to add registration information. Items marked with an asterisk (*) are required fields, so please fill in the corresponding content accurately.

start-4

start-5

  1. After your registration information has been submitted, click the "Sign In" button to proceed to the sign in page and enter your email address and password to sign in. Sign in portal: Sign In.

start-6

start-7

  1. After logging in, please click on "Connection URL" to view project details and service connection URLs.
  • Project Information: The system automatically creates a default project.
    • If one project does not meet your requirements, you can click the "New Project" button to create a new project.
    • Each project has all platform features enabled by default, and you can call the related features as needed.

Caution

Please keep your APPID and APPSecret secure.
  • Engine Connection Information: Displays the connection URLs for the engine.

start-8

Step 2: Integration Methods

The platform offers the following integration methods. Different products may support different integration methods.

Integrating via SDK

This method is suitable for most client development scenarios. We provide SDKs for Python and JavaScript at present.

Integrating via Cloud API

This method allows for more flexible use of various products. We provide interfaces such as WebSocket, RESTfulAPI, which are ideal for server-to-server invocations.

Feature TypeFeature NameWebSocketRESTfulAPI
Speech RecognitionShort Speech Recognition
Real-time Speech Recognition
Audio File Transcription
Speech SynthesisShort Text to Spech

Step 3: Authorization and Access Permissions

When accessing various services on the DolphinVoice platform, it is necessary to verify your identity. The access token (Token) is the authentication credential for calling the DolphinVoice platform services.

Tokens (if the app_id does not change) can be shared across different projects, processes, and threads. Note that the validity period of the Token is based on the server's return value. You must always retrieve it again before it expires. The default validity period of the platform is 7 days, and it is recommended to renew the Token 24 hours before it expires.

Methods to obtain the Token:

Method of Obtaining TokenDescription
Obtain Token via SDKThe SDK internally and automatically obtains the Token at regular intervals; there is no need for customers to take any special action.
Obtain Token via CloudAPIIt is implemented when integrating with CloudAPI. The implementation method is available here Obtain Token.

Step 4: Application Development

Congratulations on completing all the preparations before development. You can now integrate speech recognition capabilities into your application. For specific invocation methods, please refer to the service interface documentation or SDK.