API authorization issues can usually be troubleshooted by following these steps:
- existDashboard - API KeysVerify that the key is active (status shows Active)
- Check the request header format:
Authorization: Bearer [包含完整密钥字符串]
- Verification of sufficient account balance (from $0.05 minimum spend)
- Test that the base URL is correct:
Production environment usehttps://api.wavespeed.ai/v1/
- In case of 403 error, you need to re-generate the key and update the code
It is recommended to use Postman to test the base request on the first integration, example successful response included:{ "status": "processing", "estimate_time": 5 }
This answer comes from the articleWaveSpeedAI: AI tool that integrates multiple video generation modelsThe