Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
K

kling_avatar_image2video

Per Second:$0.0448
Released:Oct 1, 2025

Creating a Digital Human Task

New
Popular
Commercial Use

Technical Specifications of kling-avatar-image2video

AttributeDetails
Model IDkling-avatar-image2video
CategoryImage-to-video generation
Primary UseCreating a Digital Human Task
Input TypeImage plus task parameters
Output TypeGenerated video task output
Integration StyleAPI-based request and result retrieval
Suitable ForDevelopers building digital human, avatar, or visual character workflows

What is kling-avatar-image2video?

kling-avatar-image2video is a model endpoint for creating a Digital Human Task from image-based inputs. It is designed for workflows where a source image is used to generate a video-oriented avatar or digital human result through an API-driven task process.

This model is suitable for applications that need to turn static character imagery into animated output tasks, such as virtual presenters, avatar experiences, digital spokesperson content, or other human-like visual generation pipelines. In practice, developers send a request with the required input data, then retrieve the generated result after processing completes.

Main features of kling-avatar-image2video

  • Image-to-video task creation: Accepts image-based input for generating a digital human video task.
  • Digital human workflow support: Useful for avatar, virtual human, and presenter-style generation scenarios.
  • API-first integration: Can be incorporated into backend services, automation pipelines, or product workflows through standard API calls.
  • Asynchronous task pattern: Fits implementations where a generation request is submitted first and results are retrieved afterward.
  • Structured developer usage: Works well for applications that need predictable request/response handling for media generation.
  • Scalable deployment potential: Suitable for teams building repeatable content generation systems around digital human assets.

How to access and integrate kling-avatar-image2video

Step 1: Sign Up for API Key

First, sign up on CometAPI and generate your API key from the dashboard. This key is required to authenticate all requests. Store it securely and avoid exposing it in client-side code.

Step 2: Send Requests to kling-avatar-image2video API

Once you have your API key, send POST requests to the CometAPI endpoint for kling-avatar-image2video. Include your authorization header, the model field set to kling-avatar-image2video, and the required input payload for the digital human task.

curl --request POST \
  --url https://api.cometapi.com/v1/tasks \
  --header "Authorization: Bearer YOUR_COMETAPI_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "kling-avatar-image2video",
    "input": {
      "image": "YOUR_IMAGE_URL_OR_DATA"
    }
  }'

Step 3: Retrieve and Verify Results

After submission, use the returned task identifier to retrieve the processing result. Verify the task status, confirm the output payload is complete, and then store or forward the generated video result to your application.

curl --request GET \
  --url https://api.cometapi.com/v1/tasks/YOUR_TASK_ID \
  --header "Authorization: Bearer YOUR_COMETAPI_KEY"

Pricing for kling_avatar_image2video

Explore competitive pricing for kling_avatar_image2video, designed to fit various budgets and usage needs. Our flexible plans ensure you only pay for what you use, making it easy to scale as your requirements grow. Discover how kling_avatar_image2video can enhance your projects while keeping costs manageable.

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Per Second:$0.0448
Per Second:$0.056
-20%

Sample code and API for kling_avatar_image2video

Access comprehensive sample code and API resources for kling_avatar_image2video to streamline your integration process. Our detailed documentation provides step-by-step guidance, helping you leverage the full potential of kling_avatar_image2video in your projects.