/api/v1/playground/createAsset API helps users upload and transfer image, video, and audio files into ByteDance Asset storage.assetType, and the system will import and store it as a ByteDance asset.ImageVideoAudioassetId. This assetId can then be reused in downstream APIs that require ByteDance asset input.curl --location --request POST 'https://api.kie.ai/api/v1/playground/createAsset' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "http://example.com",
"assetType": "Image"
}'{
"id": "task_1234567890abcdef"
}