Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.utage-system.com/v1/accounts/{account_id}/labels \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "label_group_id": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "label_group_id": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
プレビュー機能。仕様は今後変更される可能性があります。
指定アカウントに新しいラベルを作成します。
POST
https://api.utage-system.com/v1/accounts/{account_id}/labels
APIキーをBearerトークンとして指定
アカウントID
ラベル名
255
グループID。未指定の場合は未分類になります。存在しないIDを指定すると400エラーになります。
作成されたラベル
Show child attributes