API Key Management
Manage your API keys to access the Short Drama AI service. Keep your keys secure and do not share them with others.
API Key Management
Production Environment Key
Created on2026-01-15Last used:2026-07-03 10:30
••••••••••••••••••••••••••••••••••••
Test Environment Key
Created on2026-02-20
••••••••••••••••••••••••••••••••••••
⚠️
Security Notice
- Do not share your secret key with others or commit it to a code repository.
- Recommend rotating keys regularly to ensure account security.
- If you suspect a key has been compromised, delete it immediately and generate a new one.
User Guide
1
Add key to request header
Authorization: Bearer sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx2
Send POST request to API endpoint
POST https://api.juhe-token.com/v1/completions3
View response results
{
"id": "cmpl-xxx",
"choices": [...],
"usage": { "total_tokens": 100 }
}📚
Need more help?
View the full API documentation to see all available endpoints, parameters, and example code.
View API Documentation