The Kling 3.0 series models API is now fully available
Learn More

Quick Access Guide


Below is a detailed guide for using the new system’s API services. We recommend following the steps for a smooth and efficient integration. If you have any questions, please feel free to contact our technical support team at any time.

Step 1: Access the KlingAI API Platform


KlingAI API PlatformVideo Generation ModelImage Generation ModelIntelligent Scenarios

Step 2: Resource Packages Purchasing

The three API resource packages: Video generation packages, Image generation packages, and Virtual try-on packages are fully available. You can choose packages based on your needs. Additionally, we also offer a “Trial Resource Package” for joint debugging and testing. For more details, please visit the ordering page.

  1. Video Generation API Purchase Portal:https://kling.ai/dev/pricing?scrollTo=video
  2. Image Generation API Purchase Portal:https://kling.ai/dev/pricing?scrollTo=image
  3. Virtual Try-On API Purchase Portal:https://kling.ai/dev/pricing?scrollTo=tryon


Video Generation API Resource PackageImage Generation API Resource PackageVirtual Try-on API Resource Package

Step 3: Log in to the Developer Console

  1. Visit https://kling.ai/dev/api-key
the Developer Console
  1. Log in using your email. Your console account is the same as your Kling AI web account.

Step 4: Perform API Authentication

  1. Obtain Access Key and Secret Key

Create and name your API key for easy management. You can copy the Access Key and Secret Key with one click.

Create API Key NameOne-click copy of Access Key and Secret KeySupports enabling/disabling, renaming, and deletion

Important Notes:

  1. Copy and save your Secret Key immediately, as it cannot be viewed again after closing the page.
  2. It’s recommended to label the key’s purpose in the “API Key Name” for better future management. You can create up to 10 keys.


  1. Perform JWT Verification

Follow the JWT (JSON Web Token, RFC 7519) standard. Use the specified encryption method to generate an API Token, then verify the token via JWT. Refer to the documentation at: 「Kling AI」NEW API Specification

Click JWT VerificationPaste your API Token into the text box and click VerifyIf it shows [Verification successful], the API is ready for use


  1. Construct Authorization

Use the API Token generated in Step 2 to construct the Authorization and put it in the Request Header. Format it as follows: Authorization = “Bearer XXX”. Replace XXX with the API Token from Step 2. (There must be a space between “Bearer” and XXX.)

Step 5: Call the API Service

💡

API Domain: https://api-singapore.klingai.com

Step 6: View Information in the Console

View API call volume and usage trendsView API call volume and usage trends View resource package consumption progress and trendsView detailed billing information
Step 1: Access the KlingAI API Platform
Step 2: Resource Packages Purchasing
Step 3: Log in to the Developer Console
Step 4: Perform API Authentication
Step 5: Call the API Service
Step 6: View Information in the Console