Sunshine API
POST v1/sunshines/text
リクエスト
ヘッダー
accept
string
リクエストボディ
text
string required
最大500文字までを受け付けています。
model
string optional
指定可能なモデル
- gpt-4o-mini (default)
- claude-3-haiku
- gemini-1.5-flash
リクエスト例
cURL
curl -X POST \
--location 'https://api.pe-ace.net/v1/sunshines/text' \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer <API_KEY>" \
-d '{
"text": "<TEXT>"
}'
レスポンス
レスポンス例
status: 200
{
"flagged": "きっと大丈夫です!",
}
レスポンスステータスコード
Status Code | Description |
---|---|
200 | Success |
400 | Validation |
401 | Unauthorized |
404 | Not Found |
429 | Usage Limit Exceeded |
500 | Internal Server Error |
501 | Not Implemented Error |
エラーの詳細はよくあるエラーを参照してください。