モデルの一覧
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/models \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}モデルオブジェクトの一覧を取得します。
GET
/
v2
/
{entity}
/
{project}
/
models
モデルの一覧
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/models \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
⌘I