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": "你好!"}] }'
이 페이지가 도움이 되었나요?