CloudTalkAPI
導入用途
Base URL
https://cloudtalk-mixederapi.mixeder.com/Endpoints
ヘッダー名
必須
説明
パラメーター名
必須
説明
リクエストはすべてGETメゾットで行います。クエリ文字列に変数を代入してください。
最終更新
https://cloudtalk-mixederapi.mixeder.com/最終更新
{
"message": "API authentication, task processing, and billing completed successfully",
"username": "user",
"tasks": [
{
"inputs": {
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Who won the world series in 2020?"
}
]
},
"response": {
"response": "The Los Angeles Dodgers won the World Series in 2020, defeating the Tampa Bay Rays in six games (4-2). It was the Dodgers' first World Series title since 1988!"
}
}
],
"billingResponse": "{\"status\":\"success\"}"
}{
"error": "Error message"
}