API Keys
Create and manage API keys to access Kling 3.0 Video Generation API programmatically.
API Keys
Manage your API keys for accessing our services
No API keys yet
Create your first API key to start integrating with our services. Your keys will appear here once created.
Quick Reference
Use your API key to authenticate requests to the Kling 3.0 API:
curl -X POST 'https://api.kling3api.com/api/v1/generate' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"type": "pro-text-to-video",
"prompt": "A cinematic shot of mountains at sunrise",
"duration": 5
}'