Create API keys

The TentuPlay REST API uses the API key authentication method to allow REST clients to authenticate themselves. Let’s learn how to create API keys for authentication.

Register an account

You need to create an account in order to use TentuPlay.

  1. Click GO TO CONSOLE on the upper right side of the website(tentuplay.io) to go to the sign-up page.

    700
  2. Enter the account info and click Sign Up to send a verification link to your email.

    350
  3. Once your account is verified, you can use the Free Plan right away.

Get a client key

The TentuPlay API requires you to include a Client key in every request header for authentication. After creating an API key and a Secret key in your project, you can obtain a client key by using them.

  1. Click Create Project to create a new project.

  2. Click the new project to go to the dashboard of the project.

    800
  3. Click the Project Settings icon on the upper left side.

    800
  4. Click CREATE in Project Credentials to create an API key and a secret key.

    800
    • To see the Secret key, click View.

    • If you click the copy icon on the right side, the secret key is copied.

  5. Click CREATE next to Client key to get a client key.

    500