Help us improve these docs. Take our quick survey.
curl --request POST \
--url https://api.example.com/annotation_queues \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"name": "<string>",
"scorer_refs": [
"<string>"
],
"description": "",
"wb_user_id": "<string>"
}
'{
"id": "<string>"
}新しいannotation queueを作成します。
curl --request POST \
--url https://api.example.com/annotation_queues \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '
{
"project_id": "<string>",
"name": "<string>",
"scorer_refs": [
"<string>"
],
"description": "",
"wb_user_id": "<string>"
}
'{
"id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
新しいアノテーションキューを作成するためのリクエスト。
"entity/project"
"Error Review Queue"
[
"weave:///entity/project/scorer/error_severity:abc123",
"weave:///entity/project/scorer/resolution_quality:def456"
]"Review calls with exceptions"
直接設定しないでください。サーバーがこのフィールドを自動的に設定します。
成功レスポンス
アノテーションキューの作成時のレスポンス。