{
"chat_id": "abc123",
"message": "สวัสดี"
}
json
{
"error": {
"type": "invalid_request_error",
"code": "missing_param",
"message": "Your API key is missing. Please provide an API key in the Authorization header."
}
}
json
{
"error": {
"type": "authentication_error",
"code": "invalid_api_key",
"message": "Incorrect API key provided. You can find your API key at https://www.holysheep.ai/api-keys"
}
}
json
{
"error": {
"type": "rate_limit_error",
"code": "rate_limit_exceeded",
"message": "Rate limit exceeded. Please wait before making another request."
}
}
json
{
"id": "msg_123456789",
"type": "message",
"role": "assistant",
"content": [
{
"type": "text",
"text": "สวัสดีครับ!"
}
],
"model": "claude-sonnet-4-20250514",
"stop_reason": "end_turn",
"stop_sequence": null,
"usage": {
"input_tokens": 10,
"output_tokens": 25
}
}
```
แหล่งข้อมูลที่เกี่ยวข้อง
บทความที่เกี่ยวข้อง