5 分钟上手 Ace Data Cloud API
注册账号
订阅服务
创建凭证
curl -X POST https://api.acedata.cloud/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "model": "claude-sonnet-4-20250514", "messages": [{"role": "user", "content": "你好!"}] }'
此页面对您有帮助吗?